Shades of Olive #8F7301
Tints of Olive #8F7301
RGB
CMYK
RGB Variations
Color information
#8F7301 (or 0x8F7301) is known color: Olive. HEX triplet: 8F, 73 and 01. RGB value is (143,115,1). Sum of RGB (Red+Green+Blue) = 143+115+1=259 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.21% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7301 is #708CFE. Grayscale: #6E6E6E. Windows color (decimal): -7376127 or 95119. OLE color: 95119.
HSL color Cylindrical-coordinate representation of color #8F7301: hue angle of 48.17º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F7301 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 115 | 1 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.44 |
| HSL | 48.17º | 0.99% | 0.28% | - |
| HSV(B) | 48.17º | 0.99% | 0.56% | - |
| XYZ | 17.46 | 18.1 | 2.6 | - |
| YUV | 110.38 | 66.28 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 115 | 1 | 0 | 0.20 | 0.99 | 0.44 | 48.17 | 0.99 | 0.28 |
| Hex | 8F | 73 | 1 | 0 | 14 | 63 | 2C | 30 | 63 | 1C |
| Octal | 217 | 163 | 1 | 0 | 24 | 143 | 54 | 60 | 143 | 34 |
| Binary | 10001111 | 1110011 | 1 | 0 | 10100 | 1100011 | 101100 | 110000 | 1100011 | 11100 |
Color Harmonies of #8F7301
Complementary color
Monochromatic Colors of #8F7301
Black with #8F7301
Text Example
Text Example
White with #8F7301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7301; }
p { color: rgb(143,115,1); }
H1.HeaderClassName
{
color: #8F7301;
}
.AnyTagClassName
{
color: #8F7301;
}
</style>
background-color css
<style>
a { background-color: #8F7301; }
a { background-color: rgb(143,115,1); }
div.DivClassName
{
background-color: #8F7301;
}
.BgClassName
{
background-color: #8F7301;
}
</style>
border-color css
<style>
span { border-color: #8F7301; }
span { border-color: rgb(143,115,1); }
td.TdClassName
{
border-color: #8F7301;
}
.TagClassName
{
border-color: #8F7301;
}
</style>