Shades of Olive #848F02
Tints of Olive #848F02
RGB
CMYK
RGB Variations
Color information
#848F02 (or 0x848F02) is known color: Olive. HEX triplet: 84, 8F and 02. RGB value is (132,143,2). Sum of RGB (Red+Green+Blue) = 132+143+2=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 143 (56.25% from 255 or 51.62% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 143 - color contains mainly: green. Hex color #848F02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848F02 is #7B70FD. Grayscale: #7C7C7C. Windows color (decimal): -8089854 or 167812. OLE color: 167812.
HSL color Cylindrical-coordinate representation of color #848F02: hue angle of 64.68º 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 #848F02 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 143 | 2 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.44 |
| HSL | 64.68º | 0.97% | 0.28% | - |
| HSV(B) | 64.68º | 0.99% | 0.56% | - |
| XYZ | 19.35 | 24.55 | 3.78 | - |
| YUV | 123.64 | 59.36 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 143 | 2 | 0.08 | 0 | 0.99 | 0.44 | 64.68 | 0.97 | 0.28 |
| Hex | 84 | 8F | 2 | 8 | 0 | 63 | 2C | 41 | 61 | 1C |
| Octal | 204 | 217 | 2 | 10 | 0 | 143 | 54 | 101 | 141 | 34 |
| Binary | 10000100 | 10001111 | 10 | 1000 | 0 | 1100011 | 101100 | 1000001 | 1100001 | 11100 |
Color Harmonies of #848F02
Complementary color
Monochromatic Colors of #848F02
Black with #848F02
Text Example
Text Example
White with #848F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848F02; }
p { color: rgb(132,143,2); }
H1.HeaderClassName
{
color: #848F02;
}
.AnyTagClassName
{
color: #848F02;
}
</style>
background-color css
<style>
a { background-color: #848F02; }
a { background-color: rgb(132,143,2); }
div.DivClassName
{
background-color: #848F02;
}
.BgClassName
{
background-color: #848F02;
}
</style>
border-color css
<style>
span { border-color: #848F02; }
span { border-color: rgb(132,143,2); }
td.TdClassName
{
border-color: #848F02;
}
.TagClassName
{
border-color: #848F02;
}
</style>