Shades of Olive #84870B
Tints of Olive #84870B
RGB
CMYK
RGB Variations
Color information
#84870B (or 0x84870B) is known color: Olive. HEX triplet: 84, 87 and 0B. RGB value is (132,135,11). Sum of RGB (Red+Green+Blue) = 132+135+11=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 135 - color contains mainly: green. Hex color #84870B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84870B is #7B78F4. Grayscale: #787878. Windows color (decimal): -8091893 or 755588. OLE color: 755588.
HSL color Cylindrical-coordinate representation of color #84870B: hue angle of 61.45º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84870B is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 135 | 11 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.47 |
| HSL | 61.45º | 0.85% | 0.29% | - |
| HSV(B) | 61.45º | 0.92% | 0.53% | - |
| XYZ | 18.24 | 22.26 | 3.65 | - |
| YUV | 119.97 | 66.51 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 135 | 11 | 0.02 | 0 | 0.92 | 0.47 | 61.45 | 0.85 | 0.29 |
| Hex | 84 | 87 | B | 2 | 0 | 5C | 2F | 3D | 55 | 1D |
| Octal | 204 | 207 | 13 | 2 | 0 | 134 | 57 | 75 | 125 | 35 |
| Binary | 10000100 | 10000111 | 1011 | 10 | 0 | 1011100 | 101111 | 111101 | 1010101 | 11101 |
Color Harmonies of #84870B
Complementary color
Monochromatic Colors of #84870B
Black with #84870B
Text Example
Text Example
White with #84870B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84870B; }
p { color: rgb(132,135,11); }
H1.HeaderClassName
{
color: #84870B;
}
.AnyTagClassName
{
color: #84870B;
}
</style>
background-color css
<style>
a { background-color: #84870B; }
a { background-color: rgb(132,135,11); }
div.DivClassName
{
background-color: #84870B;
}
.BgClassName
{
background-color: #84870B;
}
</style>
border-color css
<style>
span { border-color: #84870B; }
span { border-color: rgb(132,135,11); }
td.TdClassName
{
border-color: #84870B;
}
.TagClassName
{
border-color: #84870B;
}
</style>