Shades of Olive #81840E
Tints of Olive #81840E
RGB
CMYK
RGB Variations
Color information
#81840E (or 0x81840E) is known color: Olive. HEX triplet: 81, 84 and 0E. RGB value is (129,132,14). Sum of RGB (Red+Green+Blue) = 129+132+14=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #81840E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81840E is #7E7BF1. Grayscale: #767676. Windows color (decimal): -8289266 or 951425. OLE color: 951425.
HSL color Cylindrical-coordinate representation of color #81840E: hue angle of 61.53º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #81840E is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 132 | 14 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.48 |
| HSL | 61.53º | 0.81% | 0.29% | - |
| HSV(B) | 61.53º | 0.89% | 0.52% | - |
| XYZ | 17.38 | 21.2 | 3.59 | - |
| YUV | 117.65 | 69.51 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 132 | 14 | 0.02 | 0 | 0.89 | 0.48 | 61.53 | 0.81 | 0.29 |
| Hex | 81 | 84 | E | 2 | 0 | 59 | 30 | 3E | 51 | 1D |
| Octal | 201 | 204 | 16 | 2 | 0 | 131 | 60 | 76 | 121 | 35 |
| Binary | 10000001 | 10000100 | 1110 | 10 | 0 | 1011001 | 110000 | 111110 | 1010001 | 11101 |
Color Harmonies of #81840E
Complementary color
Monochromatic Colors of #81840E
Black with #81840E
Text Example
Text Example
White with #81840E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81840E; }
p { color: rgb(129,132,14); }
H1.HeaderClassName
{
color: #81840E;
}
.AnyTagClassName
{
color: #81840E;
}
</style>
background-color css
<style>
a { background-color: #81840E; }
a { background-color: rgb(129,132,14); }
div.DivClassName
{
background-color: #81840E;
}
.BgClassName
{
background-color: #81840E;
}
</style>
border-color css
<style>
span { border-color: #81840E; }
span { border-color: rgb(129,132,14); }
td.TdClassName
{
border-color: #81840E;
}
.TagClassName
{
border-color: #81840E;
}
</style>