Shades of Olive #84880C
Tints of Olive #84880C
RGB
CMYK
RGB Variations
Color information
#84880C (or 0x84880C) is known color: Olive. HEX triplet: 84, 88 and 0C. RGB value is (132,136,12). Sum of RGB (Red+Green+Blue) = 132+136+12=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #84880C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84880C is #7B77F3. Grayscale: #797979. Windows color (decimal): -8091636 or 821380. OLE color: 821380.
HSL color Cylindrical-coordinate representation of color #84880C: hue angle of 61.94º 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 #84880C is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 136 | 12 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.47 |
| HSL | 61.94º | 0.84% | 0.29% | - |
| HSV(B) | 61.94º | 0.91% | 0.53% | - |
| XYZ | 18.39 | 22.54 | 3.73 | - |
| YUV | 120.67 | 66.67 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 12 | 0.03 | 0 | 0.91 | 0.47 | 61.94 | 0.84 | 0.29 |
| Hex | 84 | 88 | C | 3 | 0 | 5B | 2F | 3E | 54 | 1D |
| Octal | 204 | 210 | 14 | 3 | 0 | 133 | 57 | 76 | 124 | 35 |
| Binary | 10000100 | 10001000 | 1100 | 11 | 0 | 1011011 | 101111 | 111110 | 1010100 | 11101 |
Color Harmonies of #84880C
Complementary color
Monochromatic Colors of #84880C
Black with #84880C
Text Example
Text Example
White with #84880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84880C; }
p { color: rgb(132,136,12); }
H1.HeaderClassName
{
color: #84880C;
}
.AnyTagClassName
{
color: #84880C;
}
</style>
background-color css
<style>
a { background-color: #84880C; }
a { background-color: rgb(132,136,12); }
div.DivClassName
{
background-color: #84880C;
}
.BgClassName
{
background-color: #84880C;
}
</style>
border-color css
<style>
span { border-color: #84880C; }
span { border-color: rgb(132,136,12); }
td.TdClassName
{
border-color: #84880C;
}
.TagClassName
{
border-color: #84880C;
}
</style>