#8D800A

Color #8D800A Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #8D800A

Tints of Olive #8D800A

Color information

#8D800A (or 0x8D800A) is unknown color: approx Olive. HEX triplet: 8D, 80 and 0A. RGB value is (141,128,10). Sum of RGB (Red+Green+Blue) = 141+128+10=279 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.54% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 141 - color contains mainly: red. Hex color #8D800A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D800A is #727FF5. Grayscale: #767676. Windows color (decimal): -7503862 or 688269. OLE color: 688269.

HSL color Cylindrical-coordinate representation of color #8D800A: hue angle of 54.05º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D800A is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB14112810-
CMYK00.090.930.45
HSL54.05º86.75%29.61%-
HSV(B)54.05º92.91%55.29%-
XYZ18.7621.123.38-
YUV118.4366.81144.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 50.54%
GREEN value IS 128 (50.39% from 255) = 45.88%
BLUE value IS 10 (4.30% from 255) = 3.58%
R=50.54%
G=45.88%
B=3.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411281000.090.930.4554.0586.7529.61
Hex8D80A095D2D36571e
Octal21520012011135556612736
Binary10001101100000001010010011011101101101110110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D800A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D800A; }

 p { color: rgb(141,128,10); }

 H1.HeaderClassName
 {
   color: #8D800A;
 }
 .AnyTagClassName
 {
   color: #8D800A;
 }
</style>
background-color css

<style>
 a { background-color: #8D800A; }

 a { background-color: rgb(141,128,10); }

 div.DivClassName
 {
   background-color: #8D800A;
 }
 .BgClassName
 {
   background-color: #8D800A;
 }
</style>
border-color css

<style>
 span { border-color: #8D800A; }

 span { border-color: rgb(141,128,10); }

 td.TdClassName
 {
   border-color: #8D800A;
 }
 .TagClassName
 {
   border-color: #8D800A;
 }
</style>