Shades of Olive #84870C
Tints of Olive #84870C
RGB
CMYK
RGB Variations
Color information
#84870C (or 0x84870C) is known color: Olive. HEX triplet: 84, 87 and 0C. RGB value is (132,135,12). Sum of RGB (Red+Green+Blue) = 132+135+12=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 135 - color contains mainly: green. Hex color #84870C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84870C is #7B78F3. Grayscale: #787878. Windows color (decimal): -8091892 or 821124. OLE color: 821124.
HSL color Cylindrical-coordinate representation of color #84870C: hue angle of 61.46º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84870C is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 135 | 12 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.47 |
| HSL | 61.46º | 0.84% | 0.29% | - |
| HSV(B) | 61.46º | 0.91% | 0.53% | - |
| XYZ | 18.25 | 22.26 | 3.68 | - |
| YUV | 120.08 | 67.01 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 135 | 12 | 0.02 | 0 | 0.91 | 0.47 | 61.46 | 0.84 | 0.29 |
| Hex | 84 | 87 | C | 2 | 0 | 5B | 2F | 3D | 54 | 1D |
| Octal | 204 | 207 | 14 | 2 | 0 | 133 | 57 | 75 | 124 | 35 |
| Binary | 10000100 | 10000111 | 1100 | 10 | 0 | 1011011 | 101111 | 111101 | 1010100 | 11101 |
Color Harmonies of #84870C
Complementary color
Monochromatic Colors of #84870C
Black with #84870C
Text Example
Text Example
White with #84870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84870C; }
p { color: rgb(132,135,12); }
H1.HeaderClassName
{
color: #84870C;
}
.AnyTagClassName
{
color: #84870C;
}
</style>
background-color css
<style>
a { background-color: #84870C; }
a { background-color: rgb(132,135,12); }
div.DivClassName
{
background-color: #84870C;
}
.BgClassName
{
background-color: #84870C;
}
</style>
border-color css
<style>
span { border-color: #84870C; }
span { border-color: rgb(132,135,12); }
td.TdClassName
{
border-color: #84870C;
}
.TagClassName
{
border-color: #84870C;
}
</style>