Shades of Olive #847D04
Tints of Olive #847D04
RGB
CMYK
RGB Variations
Color information
#847D04 (or 0x847D04) is known color: Olive. HEX triplet: 84, 7D and 04. RGB value is (132,125,4). Sum of RGB (Red+Green+Blue) = 132+125+4=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 125 (49.22% from 255 or 47.89% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #847D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847D04 is #7B82FB. Grayscale: #717171. Windows color (decimal): -8094460 or 294276. OLE color: 294276.
HSL color Cylindrical-coordinate representation of color #847D04: hue angle of 56.72º 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 #847D04 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 125 | 4 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.48 |
| HSL | 56.72º | 0.94% | 0.27% | - |
| HSV(B) | 56.72º | 0.97% | 0.52% | - |
| XYZ | 16.87 | 19.58 | 3.01 | - |
| YUV | 113.3 | 66.32 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 125 | 4 | 0 | 0.05 | 0.97 | 0.48 | 56.72 | 0.94 | 0.27 |
| Hex | 84 | 7D | 4 | 0 | 5 | 61 | 30 | 39 | 5E | 1B |
| Octal | 204 | 175 | 4 | 0 | 5 | 141 | 60 | 71 | 136 | 33 |
| Binary | 10000100 | 1111101 | 100 | 0 | 101 | 1100001 | 110000 | 111001 | 1011110 | 11011 |
Color Harmonies of #847D04
Complementary color
Monochromatic Colors of #847D04
Black with #847D04
Text Example
Text Example
White with #847D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847D04; }
p { color: rgb(132,125,4); }
H1.HeaderClassName
{
color: #847D04;
}
.AnyTagClassName
{
color: #847D04;
}
</style>
background-color css
<style>
a { background-color: #847D04; }
a { background-color: rgb(132,125,4); }
div.DivClassName
{
background-color: #847D04;
}
.BgClassName
{
background-color: #847D04;
}
</style>
border-color css
<style>
span { border-color: #847D04; }
span { border-color: rgb(132,125,4); }
td.TdClassName
{
border-color: #847D04;
}
.TagClassName
{
border-color: #847D04;
}
</style>