Shades of Olive #84880D
Tints of Olive #84880D
RGB
CMYK
RGB Variations
Color information
#84880D (or 0x84880D) is known color: Olive. HEX triplet: 84, 88 and 0D. RGB value is (132,136,13). Sum of RGB (Red+Green+Blue) = 132+136+13=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 136 - color contains mainly: green. Hex color #84880D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84880D is #7B77F2. Grayscale: #797979. Windows color (decimal): -8091635 or 886916. OLE color: 886916.
HSL color Cylindrical-coordinate representation of color #84880D: hue angle of 61.95º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84880D is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 136 | 13 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.47 |
| HSL | 61.95º | 0.83% | 0.29% | - |
| HSV(B) | 61.95º | 0.9% | 0.53% | - |
| XYZ | 18.39 | 22.54 | 3.76 | - |
| YUV | 120.78 | 67.17 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 13 | 0.03 | 0 | 0.90 | 0.47 | 61.95 | 0.83 | 0.29 |
| Hex | 84 | 88 | D | 3 | 0 | 5A | 2F | 3E | 53 | 1D |
| Octal | 204 | 210 | 15 | 3 | 0 | 132 | 57 | 76 | 123 | 35 |
| Binary | 10000100 | 10001000 | 1101 | 11 | 0 | 1011010 | 101111 | 111110 | 1010011 | 11101 |
Color Harmonies of #84880D
Complementary color
Monochromatic Colors of #84880D
Black with #84880D
Text Example
Text Example
White with #84880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84880D; }
p { color: rgb(132,136,13); }
H1.HeaderClassName
{
color: #84880D;
}
.AnyTagClassName
{
color: #84880D;
}
</style>
background-color css
<style>
a { background-color: #84880D; }
a { background-color: rgb(132,136,13); }
div.DivClassName
{
background-color: #84880D;
}
.BgClassName
{
background-color: #84880D;
}
</style>
border-color css
<style>
span { border-color: #84880D; }
span { border-color: rgb(132,136,13); }
td.TdClassName
{
border-color: #84880D;
}
.TagClassName
{
border-color: #84880D;
}
</style>