Shades of Olive #849804
Tints of Olive #849804
RGB
CMYK
RGB Variations
Color information
#849804 (or 0x849804) is known color: Olive. HEX triplet: 84, 98 and 04. RGB value is (132,152,4). Sum of RGB (Red+Green+Blue) = 132+152+4=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 152 (59.77% from 255 or 52.78% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 152 - color contains mainly: green. Hex color #849804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849804 is #7B67FB. Grayscale: #818181. Windows color (decimal): -8087548 or 301188. OLE color: 301188.
HSL color Cylindrical-coordinate representation of color #849804: hue angle of 68.11º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #849804 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 152 | 4 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.40 |
| HSL | 68.11º | 0.95% | 0.31% | - |
| HSV(B) | 68.11º | 0.97% | 0.6% | - |
| XYZ | 20.77 | 27.37 | 4.3 | - |
| YUV | 129.15 | 57.37 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 152 | 4 | 0.13 | 0 | 0.97 | 0.40 | 68.11 | 0.95 | 0.31 |
| Hex | 84 | 98 | 4 | D | 0 | 61 | 28 | 44 | 5F | 1F |
| Octal | 204 | 230 | 4 | 15 | 0 | 141 | 50 | 104 | 137 | 37 |
| Binary | 10000100 | 10011000 | 100 | 1101 | 0 | 1100001 | 101000 | 1000100 | 1011111 | 11111 |
Color Harmonies of #849804
Complementary color
Monochromatic Colors of #849804
Black with #849804
Text Example
Text Example
White with #849804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849804; }
p { color: rgb(132,152,4); }
H1.HeaderClassName
{
color: #849804;
}
.AnyTagClassName
{
color: #849804;
}
</style>
background-color css
<style>
a { background-color: #849804; }
a { background-color: rgb(132,152,4); }
div.DivClassName
{
background-color: #849804;
}
.BgClassName
{
background-color: #849804;
}
</style>
border-color css
<style>
span { border-color: #849804; }
span { border-color: rgb(132,152,4); }
td.TdClassName
{
border-color: #849804;
}
.TagClassName
{
border-color: #849804;
}
</style>