Shades of Olive #847C0D
Tints of Olive #847C0D
RGB
CMYK
RGB Variations
Color information
#847C0D (or 0x847C0D) is known color: Olive. HEX triplet: 84, 7C and 0D. RGB value is (132,124,13). Sum of RGB (Red+Green+Blue) = 132+124+13=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #847C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847C0D is #7B83F2. Grayscale: #727272. Windows color (decimal): -8094707 or 883844. OLE color: 883844.
HSL color Cylindrical-coordinate representation of color #847C0D: hue angle of 55.97º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #847C0D is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 124 | 13 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.48 |
| HSL | 55.97º | 0.82% | 0.28% | - |
| HSV(B) | 55.97º | 0.9% | 0.52% | - |
| XYZ | 16.8 | 19.35 | 3.23 | - |
| YUV | 113.74 | 71.15 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 13 | 0 | 0.06 | 0.90 | 0.48 | 55.97 | 0.82 | 0.28 |
| Hex | 84 | 7C | D | 0 | 6 | 5A | 30 | 38 | 52 | 1C |
| Octal | 204 | 174 | 15 | 0 | 6 | 132 | 60 | 70 | 122 | 34 |
| Binary | 10000100 | 1111100 | 1101 | 0 | 110 | 1011010 | 110000 | 111000 | 1010010 | 11100 |
Color Harmonies of #847C0D
Complementary color
Monochromatic Colors of #847C0D
Black with #847C0D
Text Example
Text Example
White with #847C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847C0D; }
p { color: rgb(132,124,13); }
H1.HeaderClassName
{
color: #847C0D;
}
.AnyTagClassName
{
color: #847C0D;
}
</style>
background-color css
<style>
a { background-color: #847C0D; }
a { background-color: rgb(132,124,13); }
div.DivClassName
{
background-color: #847C0D;
}
.BgClassName
{
background-color: #847C0D;
}
</style>
border-color css
<style>
span { border-color: #847C0D; }
span { border-color: rgb(132,124,13); }
td.TdClassName
{
border-color: #847C0D;
}
.TagClassName
{
border-color: #847C0D;
}
</style>