Shades of Olive #8F7803
Tints of Olive #8F7803
RGB
CMYK
RGB Variations
Color information
#8F7803 (or 0x8F7803) is known color: Olive. HEX triplet: 8F, 78 and 03. RGB value is (143,120,3). Sum of RGB (Red+Green+Blue) = 143+120+3=266 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.76% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7803 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7803 is #7087FC. Grayscale: #727272. Windows color (decimal): -7374845 or 227471. OLE color: 227471.
HSL color Cylindrical-coordinate representation of color #8F7803: hue angle of 50.14º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F7803 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 120 | 3 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.44 |
| HSL | 50.14º | 0.96% | 0.29% | - |
| HSV(B) | 50.14º | 0.98% | 0.56% | - |
| XYZ | 18.06 | 19.28 | 2.86 | - |
| YUV | 113.54 | 65.62 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 3 | 0 | 0.16 | 0.98 | 0.44 | 50.14 | 0.96 | 0.29 |
| Hex | 8F | 78 | 3 | 0 | 10 | 62 | 2C | 32 | 60 | 1D |
| Octal | 217 | 170 | 3 | 0 | 20 | 142 | 54 | 62 | 140 | 35 |
| Binary | 10001111 | 1111000 | 11 | 0 | 10000 | 1100010 | 101100 | 110010 | 1100000 | 11101 |
Color Harmonies of #8F7803
Complementary color
Monochromatic Colors of #8F7803
Black with #8F7803
Text Example
Text Example
White with #8F7803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7803; }
p { color: rgb(143,120,3); }
H1.HeaderClassName
{
color: #8F7803;
}
.AnyTagClassName
{
color: #8F7803;
}
</style>
background-color css
<style>
a { background-color: #8F7803; }
a { background-color: rgb(143,120,3); }
div.DivClassName
{
background-color: #8F7803;
}
.BgClassName
{
background-color: #8F7803;
}
</style>
border-color css
<style>
span { border-color: #8F7803; }
span { border-color: rgb(143,120,3); }
td.TdClassName
{
border-color: #8F7803;
}
.TagClassName
{
border-color: #8F7803;
}
</style>