Shades of Olive #8F780C
Tints of Olive #8F780C
RGB
CMYK
RGB Variations
Color information
#8F780C (or 0x8F780C) is known color: Olive. HEX triplet: 8F, 78 and 0C. RGB value is (143,120,12). Sum of RGB (Red+Green+Blue) = 143+120+12=275 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 143 - color contains mainly: red. Hex color #8F780C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F780C is #7087F3. Grayscale: #737373. Windows color (decimal): -7374836 or 817295. OLE color: 817295.
HSL color Cylindrical-coordinate representation of color #8F780C: hue angle of 49.47º 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 #8F780C is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 120 | 12 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.44 |
| HSL | 49.47º | 0.85% | 0.3% | - |
| HSV(B) | 49.47º | 0.92% | 0.56% | - |
| XYZ | 18.11 | 19.3 | 3.12 | - |
| YUV | 114.57 | 70.12 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 12 | 0 | 0.16 | 0.92 | 0.44 | 49.47 | 0.85 | 0.3 |
| Hex | 8F | 78 | C | 0 | 10 | 5C | 2C | 31 | 55 | 1E |
| Octal | 217 | 170 | 14 | 0 | 20 | 134 | 54 | 61 | 125 | 36 |
| Binary | 10001111 | 1111000 | 1100 | 0 | 10000 | 1011100 | 101100 | 110001 | 1010101 | 11110 |
Color Harmonies of #8F780C
Complementary color
Monochromatic Colors of #8F780C
Black with #8F780C
Text Example
Text Example
White with #8F780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F780C; }
p { color: rgb(143,120,12); }
H1.HeaderClassName
{
color: #8F780C;
}
.AnyTagClassName
{
color: #8F780C;
}
</style>
background-color css
<style>
a { background-color: #8F780C; }
a { background-color: rgb(143,120,12); }
div.DivClassName
{
background-color: #8F780C;
}
.BgClassName
{
background-color: #8F780C;
}
</style>
border-color css
<style>
span { border-color: #8F780C; }
span { border-color: rgb(143,120,12); }
td.TdClassName
{
border-color: #8F780C;
}
.TagClassName
{
border-color: #8F780C;
}
</style>