Shades of Olive #849004
Tints of Olive #849004
RGB
CMYK
RGB Variations
Color information
#849004 (or 0x849004) is known color: Olive. HEX triplet: 84, 90 and 04. RGB value is (132,144,4). Sum of RGB (Red+Green+Blue) = 132+144+4=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #849004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849004 is #7B6FFB. Grayscale: #7D7D7D. Windows color (decimal): -8089596 or 299140. OLE color: 299140.
HSL color Cylindrical-coordinate representation of color #849004: hue angle of 65.14º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #849004 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 144 | 4 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.44 |
| HSL | 65.14º | 0.95% | 0.29% | - |
| HSV(B) | 65.14º | 0.97% | 0.56% | - |
| XYZ | 19.51 | 24.86 | 3.89 | - |
| YUV | 124.45 | 60.02 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 4 | 0.08 | 0 | 0.97 | 0.44 | 65.14 | 0.95 | 0.29 |
| Hex | 84 | 90 | 4 | 8 | 0 | 61 | 2C | 41 | 5F | 1D |
| Octal | 204 | 220 | 4 | 10 | 0 | 141 | 54 | 101 | 137 | 35 |
| Binary | 10000100 | 10010000 | 100 | 1000 | 0 | 1100001 | 101100 | 1000001 | 1011111 | 11101 |
Color Harmonies of #849004
Complementary color
Monochromatic Colors of #849004
Black with #849004
Text Example
Text Example
White with #849004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849004; }
p { color: rgb(132,144,4); }
H1.HeaderClassName
{
color: #849004;
}
.AnyTagClassName
{
color: #849004;
}
</style>
background-color css
<style>
a { background-color: #849004; }
a { background-color: rgb(132,144,4); }
div.DivClassName
{
background-color: #849004;
}
.BgClassName
{
background-color: #849004;
}
</style>
border-color css
<style>
span { border-color: #849004; }
span { border-color: rgb(132,144,4); }
td.TdClassName
{
border-color: #849004;
}
.TagClassName
{
border-color: #849004;
}
</style>