Shades of Olive #81820E
Tints of Olive #81820E
RGB
CMYK
RGB Variations
Color information
#81820E (or 0x81820E) is known color: Olive. HEX triplet: 81, 82 and 0E. RGB value is (129,130,14). Sum of RGB (Red+Green+Blue) = 129+130+14=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #81820E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81820E is #7E7DF1. Grayscale: #747474. Windows color (decimal): -8289778 or 950913. OLE color: 950913.
HSL color Cylindrical-coordinate representation of color #81820E: hue angle of 60.52º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #81820E is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 130 | 14 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.49 |
| HSL | 60.52º | 0.81% | 0.28% | - |
| HSV(B) | 60.52º | 0.89% | 0.51% | - |
| XYZ | 17.12 | 20.66 | 3.5 | - |
| YUV | 116.48 | 70.17 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 130 | 14 | 0.01 | 0 | 0.89 | 0.49 | 60.52 | 0.81 | 0.28 |
| Hex | 81 | 82 | E | 1 | 0 | 59 | 31 | 3D | 51 | 1C |
| Octal | 201 | 202 | 16 | 1 | 0 | 131 | 61 | 75 | 121 | 34 |
| Binary | 10000001 | 10000010 | 1110 | 1 | 0 | 1011001 | 110001 | 111101 | 1010001 | 11100 |
Color Harmonies of #81820E
Complementary color
Monochromatic Colors of #81820E
Black with #81820E
Text Example
Text Example
White with #81820E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81820E; }
p { color: rgb(129,130,14); }
H1.HeaderClassName
{
color: #81820E;
}
.AnyTagClassName
{
color: #81820E;
}
</style>
background-color css
<style>
a { background-color: #81820E; }
a { background-color: rgb(129,130,14); }
div.DivClassName
{
background-color: #81820E;
}
.BgClassName
{
background-color: #81820E;
}
</style>
border-color css
<style>
span { border-color: #81820E; }
span { border-color: rgb(129,130,14); }
td.TdClassName
{
border-color: #81820E;
}
.TagClassName
{
border-color: #81820E;
}
</style>