Shades of Olive #8E7802
Tints of Olive #8E7802
RGB
CMYK
RGB Variations
Color information
#8E7802 (or 0x8E7802) is known color: Olive. HEX triplet: 8E, 78 and 02. RGB value is (142,120,2). Sum of RGB (Red+Green+Blue) = 142+120+2=264 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.79% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7802 is #7187FD. Grayscale: #717171. Windows color (decimal): -7440382 or 161934. OLE color: 161934.
HSL color Cylindrical-coordinate representation of color #8E7802: hue angle of 50.57º degrees, saturation: 0.97, 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 #8E7802 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 120 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.44 |
| HSL | 50.57º | 0.97% | 0.28% | - |
| HSV(B) | 50.57º | 0.99% | 0.56% | - |
| XYZ | 17.88 | 19.19 | 2.82 | - |
| YUV | 113.13 | 65.29 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 120 | 2 | 0 | 0.15 | 0.99 | 0.44 | 50.57 | 0.97 | 0.28 |
| Hex | 8E | 78 | 2 | 0 | F | 63 | 2C | 33 | 61 | 1C |
| Octal | 216 | 170 | 2 | 0 | 17 | 143 | 54 | 63 | 141 | 34 |
| Binary | 10001110 | 1111000 | 10 | 0 | 1111 | 1100011 | 101100 | 110011 | 1100001 | 11100 |
Color Harmonies of #8E7802
Complementary color
Monochromatic Colors of #8E7802
Black with #8E7802
Text Example
Text Example
White with #8E7802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7802; }
p { color: rgb(142,120,2); }
H1.HeaderClassName
{
color: #8E7802;
}
.AnyTagClassName
{
color: #8E7802;
}
</style>
background-color css
<style>
a { background-color: #8E7802; }
a { background-color: rgb(142,120,2); }
div.DivClassName
{
background-color: #8E7802;
}
.BgClassName
{
background-color: #8E7802;
}
</style>
border-color css
<style>
span { border-color: #8E7802; }
span { border-color: rgb(142,120,2); }
td.TdClassName
{
border-color: #8E7802;
}
.TagClassName
{
border-color: #8E7802;
}
</style>