Shades of Olive #84890C
Tints of Olive #84890C
RGB
CMYK
RGB Variations
Color information
#84890C (or 0x84890C) is known color: Olive. HEX triplet: 84, 89 and 0C. RGB value is (132,137,12). Sum of RGB (Red+Green+Blue) = 132+137+12=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 137 (53.91% from 255 or 48.75% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 137 - color contains mainly: green. Hex color #84890C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84890C is #7B76F3. Grayscale: #797979. Windows color (decimal): -8091380 or 821636. OLE color: 821636.
HSL color Cylindrical-coordinate representation of color #84890C: hue angle of 62.4º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84890C is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 137 | 12 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.46 |
| HSL | 62.4º | 0.84% | 0.29% | - |
| HSV(B) | 62.4º | 0.91% | 0.54% | - |
| XYZ | 18.53 | 22.82 | 3.78 | - |
| YUV | 121.26 | 66.34 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 12 | 0.04 | 0 | 0.91 | 0.46 | 62.4 | 0.84 | 0.29 |
| Hex | 84 | 89 | C | 4 | 0 | 5B | 2E | 3E | 54 | 1D |
| Octal | 204 | 211 | 14 | 4 | 0 | 133 | 56 | 76 | 124 | 35 |
| Binary | 10000100 | 10001001 | 1100 | 100 | 0 | 1011011 | 101110 | 111110 | 1010100 | 11101 |
Color Harmonies of #84890C
Complementary color
Monochromatic Colors of #84890C
Black with #84890C
Text Example
Text Example
White with #84890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84890C; }
p { color: rgb(132,137,12); }
H1.HeaderClassName
{
color: #84890C;
}
.AnyTagClassName
{
color: #84890C;
}
</style>
background-color css
<style>
a { background-color: #84890C; }
a { background-color: rgb(132,137,12); }
div.DivClassName
{
background-color: #84890C;
}
.BgClassName
{
background-color: #84890C;
}
</style>
border-color css
<style>
span { border-color: #84890C; }
span { border-color: rgb(132,137,12); }
td.TdClassName
{
border-color: #84890C;
}
.TagClassName
{
border-color: #84890C;
}
</style>