Shades of Olive #8F7203
Tints of Olive #8F7203
RGB
CMYK
RGB Variations
Color information
#8F7203 (or 0x8F7203) is known color: Olive. HEX triplet: 8F, 72 and 03. RGB value is (143,114,3). Sum of RGB (Red+Green+Blue) = 143+114+3=260 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7203 is #708DFC. Grayscale: #6E6E6E. Windows color (decimal): -7376381 or 225935. OLE color: 225935.
HSL color Cylindrical-coordinate representation of color #8F7203: hue angle of 47.57º 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 #8F7203 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 114 | 3 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.44 |
| HSL | 47.57º | 0.96% | 0.29% | - |
| HSV(B) | 47.57º | 0.98% | 0.56% | - |
| XYZ | 17.36 | 17.88 | 2.62 | - |
| YUV | 110.02 | 67.61 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 114 | 3 | 0 | 0.20 | 0.98 | 0.44 | 47.57 | 0.96 | 0.29 |
| Hex | 8F | 72 | 3 | 0 | 14 | 62 | 2C | 30 | 60 | 1D |
| Octal | 217 | 162 | 3 | 0 | 24 | 142 | 54 | 60 | 140 | 35 |
| Binary | 10001111 | 1110010 | 11 | 0 | 10100 | 1100010 | 101100 | 110000 | 1100000 | 11101 |
Color Harmonies of #8F7203
Complementary color
Monochromatic Colors of #8F7203
Black with #8F7203
Text Example
Text Example
White with #8F7203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7203; }
p { color: rgb(143,114,3); }
H1.HeaderClassName
{
color: #8F7203;
}
.AnyTagClassName
{
color: #8F7203;
}
</style>
background-color css
<style>
a { background-color: #8F7203; }
a { background-color: rgb(143,114,3); }
div.DivClassName
{
background-color: #8F7203;
}
.BgClassName
{
background-color: #8F7203;
}
</style>
border-color css
<style>
span { border-color: #8F7203; }
span { border-color: rgb(143,114,3); }
td.TdClassName
{
border-color: #8F7203;
}
.TagClassName
{
border-color: #8F7203;
}
</style>