Shades of Olive #848D00
Tints of Olive #848D00
RGB
CMYK
RGB Variations
Color information
#848D00 (or 0x848D00) is known color: Olive. HEX triplet: 84, 8D and 00. RGB value is (132,141,0). Sum of RGB (Red+Green+Blue) = 132+141+0=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #848D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848D00 is #7B72FF. Grayscale: #7A7A7A. Windows color (decimal): -8090368 or 36228. OLE color: 36228.
HSL color Cylindrical-coordinate representation of color #848D00: hue angle of 63.83º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #848D00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 141 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.45 |
| HSL | 63.83º | 1% | 0.28% | - |
| HSV(B) | 63.83º | 1% | 0.55% | - |
| XYZ | 19.04 | 23.96 | 3.62 | - |
| YUV | 122.24 | 59.02 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 141 | 0 | 0.06 | 0 | 1 | 0.45 | 63.83 | 1 | 0.28 |
| Hex | 84 | 8D | 0 | 6 | 0 | 64 | 2D | 40 | 64 | 1C |
| Octal | 204 | 215 | 0 | 6 | 0 | 144 | 55 | 100 | 144 | 34 |
| Binary | 10000100 | 10001101 | 0 | 110 | 0 | 1100100 | 101101 | 1000000 | 1100100 | 11100 |
Color Harmonies of #848D00
Complementary color
Monochromatic Colors of #848D00
Black with #848D00
Text Example
Text Example
White with #848D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848D00; }
p { color: rgb(132,141,0); }
H1.HeaderClassName
{
color: #848D00;
}
.AnyTagClassName
{
color: #848D00;
}
</style>
background-color css
<style>
a { background-color: #848D00; }
a { background-color: rgb(132,141,0); }
div.DivClassName
{
background-color: #848D00;
}
.BgClassName
{
background-color: #848D00;
}
</style>
border-color css
<style>
span { border-color: #848D00; }
span { border-color: rgb(132,141,0); }
td.TdClassName
{
border-color: #848D00;
}
.TagClassName
{
border-color: #848D00;
}
</style>