Shades of Olive #848E02
Tints of Olive #848E02
RGB
CMYK
RGB Variations
Color information
#848E02 (or 0x848E02) is known color: Olive. HEX triplet: 84, 8E and 02. RGB value is (132,142,2). Sum of RGB (Red+Green+Blue) = 132+142+2=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 142 (55.86% from 255 or 51.45% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 142 - color contains mainly: green. Hex color #848E02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848E02 is #7B71FD. Grayscale: #7B7B7B. Windows color (decimal): -8090110 or 167556. OLE color: 167556.
HSL color Cylindrical-coordinate representation of color #848E02: hue angle of 64.29º 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 #848E02 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 142 | 2 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.44 |
| HSL | 64.29º | 0.97% | 0.28% | - |
| HSV(B) | 64.29º | 0.99% | 0.56% | - |
| XYZ | 19.2 | 24.26 | 3.73 | - |
| YUV | 123.05 | 59.69 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 142 | 2 | 0.07 | 0 | 0.99 | 0.44 | 64.29 | 0.97 | 0.28 |
| Hex | 84 | 8E | 2 | 7 | 0 | 63 | 2C | 40 | 61 | 1C |
| Octal | 204 | 216 | 2 | 7 | 0 | 143 | 54 | 100 | 141 | 34 |
| Binary | 10000100 | 10001110 | 10 | 111 | 0 | 1100011 | 101100 | 1000000 | 1100001 | 11100 |
Color Harmonies of #848E02
Complementary color
Monochromatic Colors of #848E02
Black with #848E02
Text Example
Text Example
White with #848E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848E02; }
p { color: rgb(132,142,2); }
H1.HeaderClassName
{
color: #848E02;
}
.AnyTagClassName
{
color: #848E02;
}
</style>
background-color css
<style>
a { background-color: #848E02; }
a { background-color: rgb(132,142,2); }
div.DivClassName
{
background-color: #848E02;
}
.BgClassName
{
background-color: #848E02;
}
</style>
border-color css
<style>
span { border-color: #848E02; }
span { border-color: rgb(132,142,2); }
td.TdClassName
{
border-color: #848E02;
}
.TagClassName
{
border-color: #848E02;
}
</style>