Shades of Olive #848504
Tints of Olive #848504
RGB
CMYK
RGB Variations
Color information
#848504 (or 0x848504) is known color: Olive. HEX triplet: 84, 85 and 04. RGB value is (132,133,4). Sum of RGB (Red+Green+Blue) = 132+133+4=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #848504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848504 is #7B7AFB. Grayscale: #767676. Windows color (decimal): -8092412 or 296324. OLE color: 296324.
HSL color Cylindrical-coordinate representation of color #848504: hue angle of 60.47º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #848504 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 133 | 4 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.48 |
| HSL | 60.47º | 0.94% | 0.27% | - |
| HSV(B) | 60.47º | 0.97% | 0.52% | - |
| XYZ | 17.93 | 21.69 | 3.36 | - |
| YUV | 118 | 63.67 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 133 | 4 | 0.01 | 0 | 0.97 | 0.48 | 60.47 | 0.94 | 0.27 |
| Hex | 84 | 85 | 4 | 1 | 0 | 61 | 30 | 3C | 5E | 1B |
| Octal | 204 | 205 | 4 | 1 | 0 | 141 | 60 | 74 | 136 | 33 |
| Binary | 10000100 | 10000101 | 100 | 1 | 0 | 1100001 | 110000 | 111100 | 1011110 | 11011 |
Color Harmonies of #848504
Complementary color
Monochromatic Colors of #848504
Black with #848504
Text Example
Text Example
White with #848504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848504; }
p { color: rgb(132,133,4); }
H1.HeaderClassName
{
color: #848504;
}
.AnyTagClassName
{
color: #848504;
}
</style>
background-color css
<style>
a { background-color: #848504; }
a { background-color: rgb(132,133,4); }
div.DivClassName
{
background-color: #848504;
}
.BgClassName
{
background-color: #848504;
}
</style>
border-color css
<style>
span { border-color: #848504; }
span { border-color: rgb(132,133,4); }
td.TdClassName
{
border-color: #848504;
}
.TagClassName
{
border-color: #848504;
}
</style>