Shades of Olive #84880E
Tints of Olive #84880E
RGB
CMYK
RGB Variations
Color information
#84880E (or 0x84880E) is known color: Olive. HEX triplet: 84, 88 and 0E. RGB value is (132,136,14). Sum of RGB (Red+Green+Blue) = 132+136+14=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 136 (53.52% from 255 or 48.23% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 136 - color contains mainly: green. Hex color #84880E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84880E is #7B77F1. Grayscale: #797979. Windows color (decimal): -8091634 or 952452. OLE color: 952452.
HSL color Cylindrical-coordinate representation of color #84880E: hue angle of 61.97º degrees, saturation: 0.81, 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 #84880E is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 136 | 14 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.47 |
| HSL | 61.97º | 0.81% | 0.29% | - |
| HSV(B) | 61.97º | 0.9% | 0.53% | - |
| XYZ | 18.4 | 22.55 | 3.8 | - |
| YUV | 120.9 | 67.67 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 14 | 0.03 | 0 | 0.90 | 0.47 | 61.97 | 0.81 | 0.29 |
| Hex | 84 | 88 | E | 3 | 0 | 5A | 2F | 3E | 51 | 1D |
| Octal | 204 | 210 | 16 | 3 | 0 | 132 | 57 | 76 | 121 | 35 |
| Binary | 10000100 | 10001000 | 1110 | 11 | 0 | 1011010 | 101111 | 111110 | 1010001 | 11101 |
Color Harmonies of #84880E
Complementary color
Monochromatic Colors of #84880E
Black with #84880E
Text Example
Text Example
White with #84880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84880E; }
p { color: rgb(132,136,14); }
H1.HeaderClassName
{
color: #84880E;
}
.AnyTagClassName
{
color: #84880E;
}
</style>
background-color css
<style>
a { background-color: #84880E; }
a { background-color: rgb(132,136,14); }
div.DivClassName
{
background-color: #84880E;
}
.BgClassName
{
background-color: #84880E;
}
</style>
border-color css
<style>
span { border-color: #84880E; }
span { border-color: rgb(132,136,14); }
td.TdClassName
{
border-color: #84880E;
}
.TagClassName
{
border-color: #84880E;
}
</style>