#8D840C

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

Shades of Olive #8D840C

Tints of Olive #8D840C

Color information

#8D840C (or 0x8D840C) is unknown color: approx Olive. HEX triplet: 8D, 84 and 0C. RGB value is (141,132,12). Sum of RGB (Red+Green+Blue) = 141+132+12=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D840C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D840C is #727BF3. Grayscale: #797979. Windows color (decimal): -7502836 or 820365. OLE color: 820365.

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

Color convert

RGB14113212-
CMYK00.060.910.45
HSL55.81º84.31%30%-
HSV(B)55.81º91.49%55.29%-
XYZ19.322.193.61-
YUV121.0166.48142.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.47%
GREEN value IS 132 (51.95% from 255) = 46.32%
BLUE value IS 12 (5.08% from 255) = 4.21%
R=49.47%
G=46.32%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411321200.060.910.4555.8184.3130
Hex8D84C065B2D38541e
Octal2152041406133557012436
Binary1000110110000100110001101011011101101111000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D840C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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