Shades of Olive #8F770C
Tints of Olive #8F770C
RGB
CMYK
RGB Variations
Color information
#8F770C (or 0x8F770C) is known color: Olive. HEX triplet: 8F, 77 and 0C. RGB value is (143,119,12). Sum of RGB (Red+Green+Blue) = 143+119+12=274 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.19% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 143 - color contains mainly: red. Hex color #8F770C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F770C is #7088F3. Grayscale: #727272. Windows color (decimal): -7375092 or 817039. OLE color: 817039.
HSL color Cylindrical-coordinate representation of color #8F770C: hue angle of 49.01º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F770C is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 119 | 12 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.44 |
| HSL | 49.01º | 0.85% | 0.3% | - |
| HSV(B) | 49.01º | 0.92% | 0.56% | - |
| XYZ | 17.99 | 19.06 | 3.08 | - |
| YUV | 113.98 | 70.45 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 119 | 12 | 0 | 0.17 | 0.92 | 0.44 | 49.01 | 0.85 | 0.3 |
| Hex | 8F | 77 | C | 0 | 11 | 5C | 2C | 31 | 55 | 1E |
| Octal | 217 | 167 | 14 | 0 | 21 | 134 | 54 | 61 | 125 | 36 |
| Binary | 10001111 | 1110111 | 1100 | 0 | 10001 | 1011100 | 101100 | 110001 | 1010101 | 11110 |
Color Harmonies of #8F770C
Complementary color
Monochromatic Colors of #8F770C
Black with #8F770C
Text Example
Text Example
White with #8F770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F770C; }
p { color: rgb(143,119,12); }
H1.HeaderClassName
{
color: #8F770C;
}
.AnyTagClassName
{
color: #8F770C;
}
</style>
background-color css
<style>
a { background-color: #8F770C; }
a { background-color: rgb(143,119,12); }
div.DivClassName
{
background-color: #8F770C;
}
.BgClassName
{
background-color: #8F770C;
}
</style>
border-color css
<style>
span { border-color: #8F770C; }
span { border-color: rgb(143,119,12); }
td.TdClassName
{
border-color: #8F770C;
}
.TagClassName
{
border-color: #8F770C;
}
</style>