Shades of Olive #847D14
Tints of Olive #847D14
RGB
CMYK
RGB Variations
Color information
#847D14 (or 0x847D14) is known color: Olive. HEX triplet: 84, 7D and 14. RGB value is (132,125,20). Sum of RGB (Red+Green+Blue) = 132+125+20=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #847D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847D14 is #7B82EB. Grayscale: #737373. Windows color (decimal): -8094444 or 1342852. OLE color: 1342852.
HSL color Cylindrical-coordinate representation of color #847D14: hue angle of 56.25º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #847D14 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 125 | 20 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.48 |
| HSL | 56.25º | 0.74% | 0.3% | - |
| HSV(B) | 56.25º | 0.85% | 0.52% | - |
| XYZ | 16.98 | 19.62 | 3.55 | - |
| YUV | 115.12 | 74.32 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 125 | 20 | 0 | 0.05 | 0.85 | 0.48 | 56.25 | 0.74 | 0.3 |
| Hex | 84 | 7D | 14 | 0 | 5 | 55 | 30 | 38 | 4A | 1E |
| Octal | 204 | 175 | 24 | 0 | 5 | 125 | 60 | 70 | 112 | 36 |
| Binary | 10000100 | 1111101 | 10100 | 0 | 101 | 1010101 | 110000 | 111000 | 1001010 | 11110 |
Color Harmonies of #847D14
Complementary color
Monochromatic Colors of #847D14
Black with #847D14
Text Example
Text Example
White with #847D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847D14; }
p { color: rgb(132,125,20); }
H1.HeaderClassName
{
color: #847D14;
}
.AnyTagClassName
{
color: #847D14;
}
</style>
background-color css
<style>
a { background-color: #847D14; }
a { background-color: rgb(132,125,20); }
div.DivClassName
{
background-color: #847D14;
}
.BgClassName
{
background-color: #847D14;
}
</style>
border-color css
<style>
span { border-color: #847D14; }
span { border-color: rgb(132,125,20); }
td.TdClassName
{
border-color: #847D14;
}
.TagClassName
{
border-color: #847D14;
}
</style>