Shades of Olive #8C7708
Tints of Olive #8C7708
RGB
CMYK
RGB Variations
Color information
#8C7708 (or 0x8C7708) is known color: Olive. HEX triplet: 8C, 77 and 08. RGB value is (140,119,8). Sum of RGB (Red+Green+Blue) = 140+119+8=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7708 is #7388F7. Grayscale: #717171. Windows color (decimal): -7571704 or 554892. OLE color: 554892.
HSL color Cylindrical-coordinate representation of color #8C7708: hue angle of 50.45º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C7708 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 119 | 8 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.45 |
| HSL | 50.45º | 0.89% | 0.29% | - |
| HSV(B) | 50.45º | 0.94% | 0.55% | - |
| XYZ | 17.46 | 18.79 | 2.94 | - |
| YUV | 112.63 | 68.96 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 119 | 8 | 0 | 0.15 | 0.94 | 0.45 | 50.45 | 0.89 | 0.29 |
| Hex | 8C | 77 | 8 | 0 | F | 5E | 2D | 32 | 59 | 1D |
| Octal | 214 | 167 | 10 | 0 | 17 | 136 | 55 | 62 | 131 | 35 |
| Binary | 10001100 | 1110111 | 1000 | 0 | 1111 | 1011110 | 101101 | 110010 | 1011001 | 11101 |
Color Harmonies of #8C7708
Complementary color
Monochromatic Colors of #8C7708
Black with #8C7708
Text Example
Text Example
White with #8C7708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7708; }
p { color: rgb(140,119,8); }
H1.HeaderClassName
{
color: #8C7708;
}
.AnyTagClassName
{
color: #8C7708;
}
</style>
background-color css
<style>
a { background-color: #8C7708; }
a { background-color: rgb(140,119,8); }
div.DivClassName
{
background-color: #8C7708;
}
.BgClassName
{
background-color: #8C7708;
}
</style>
border-color css
<style>
span { border-color: #8C7708; }
span { border-color: rgb(140,119,8); }
td.TdClassName
{
border-color: #8C7708;
}
.TagClassName
{
border-color: #8C7708;
}
</style>