Shades of Olive #8F7909
Tints of Olive #8F7909
RGB
CMYK
RGB Variations
Color information
#8F7909 (or 0x8F7909) is known color: Olive. HEX triplet: 8F, 79 and 09. RGB value is (143,121,9). Sum of RGB (Red+Green+Blue) = 143+121+9=273 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.38% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7909 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7909 is #7086F6. Grayscale: #737373. Windows color (decimal): -7374583 or 620943. OLE color: 620943.
HSL color Cylindrical-coordinate representation of color #8F7909: hue angle of 50.15º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F7909 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 121 | 9 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.44 |
| HSL | 50.15º | 0.88% | 0.3% | - |
| HSV(B) | 50.15º | 0.94% | 0.56% | - |
| XYZ | 18.21 | 19.53 | 3.07 | - |
| YUV | 114.81 | 68.29 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 121 | 9 | 0 | 0.15 | 0.94 | 0.44 | 50.15 | 0.88 | 0.3 |
| Hex | 8F | 79 | 9 | 0 | F | 5E | 2C | 32 | 58 | 1E |
| Octal | 217 | 171 | 11 | 0 | 17 | 136 | 54 | 62 | 130 | 36 |
| Binary | 10001111 | 1111001 | 1001 | 0 | 1111 | 1011110 | 101100 | 110010 | 1011000 | 11110 |
Color Harmonies of #8F7909
Complementary color
Monochromatic Colors of #8F7909
Black with #8F7909
Text Example
Text Example
White with #8F7909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7909; }
p { color: rgb(143,121,9); }
H1.HeaderClassName
{
color: #8F7909;
}
.AnyTagClassName
{
color: #8F7909;
}
</style>
background-color css
<style>
a { background-color: #8F7909; }
a { background-color: rgb(143,121,9); }
div.DivClassName
{
background-color: #8F7909;
}
.BgClassName
{
background-color: #8F7909;
}
</style>
border-color css
<style>
span { border-color: #8F7909; }
span { border-color: rgb(143,121,9); }
td.TdClassName
{
border-color: #8F7909;
}
.TagClassName
{
border-color: #8F7909;
}
</style>