#8D840A

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

Shades of Olive #8D840A

Tints of Olive #8D840A

Color information

#8D840A (or 0x8D840A) is unknown color: approx Olive. HEX triplet: 8D, 84 and 0A. RGB value is (141,132,10). Sum of RGB (Red+Green+Blue) = 141+132+10=283 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.82% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 141 - color contains mainly: red. Hex color #8D840A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D840A is #727BF5. Grayscale: #797979. Windows color (decimal): -7502838 or 689293. OLE color: 689293.

HSL color Cylindrical-coordinate representation of color #8D840A: hue angle of 55.88º 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 #8D840A is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB14113210-
CMYK00.060.930.45
HSL55.88º86.75%29.61%-
HSV(B)55.88º92.91%55.29%-
XYZ19.2922.193.55-
YUV120.7865.48142.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.82%
GREEN value IS 132 (51.95% from 255) = 46.64%
BLUE value IS 10 (4.30% from 255) = 3.53%
R=49.82%
G=46.64%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411321000.060.930.4555.8886.7529.61
Hex8D84A065D2D38571e
Octal2152041206135557012736
Binary1000110110000100101001101011101101101111000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D840A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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