#8C820F

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

Shades of Olive #8C820F

Tints of Olive #8C820F

Color information

#8C820F (or 0x8C820F) is unknown color: approx Olive. HEX triplet: 8C, 82 and 0F. RGB value is (140,130,15). Sum of RGB (Red+Green+Blue) = 140+130+15=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C820F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C820F is #737DF0. Grayscale: #787878. Windows color (decimal): -7568881 or 1016460. OLE color: 1016460.

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

Color convert

RGB14013015-
CMYK00.070.890.45
HSL55.2º80.65%30.39%-
HSV(B)55.2º89.29%54.9%-
XYZ18.8821.583.62-
YUV119.8868.81142.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.12%
GREEN value IS 130 (51.17% from 255) = 45.61%
BLUE value IS 15 (6.25% from 255) = 5.26%
R=49.12%
G=45.61%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401301500.070.890.4555.280.6530.39
Hex8C82F07592D37511e
Octal2142021707131556712136
Binary1000110010000010111101111011001101101110111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C820F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,130,15); }

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

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

 a { background-color: rgb(140,130,15); }

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

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

 span { border-color: rgb(140,130,15); }

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