Shades of Olive #81800D
Tints of Olive #81800D
RGB
CMYK
RGB Variations
Color information
#81800D (or 0x81800D) is known color: Olive. HEX triplet: 81, 80 and 0D. RGB value is (129,128,13). Sum of RGB (Red+Green+Blue) = 129+128+13=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 129 - color contains mainly: red. Hex color #81800D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81800D is #7E7FF2. Grayscale: #737373. Windows color (decimal): -8290291 or 884865. OLE color: 884865.
HSL color Cylindrical-coordinate representation of color #81800D: hue angle of 59.48º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #81800D is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 128 | 13 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.49 |
| HSL | 59.48º | 0.82% | 0.28% | - |
| HSV(B) | 59.48º | 0.9% | 0.51% | - |
| XYZ | 16.85 | 20.13 | 3.38 | - |
| YUV | 115.19 | 70.33 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 128 | 13 | 0 | 0.01 | 0.90 | 0.49 | 59.48 | 0.82 | 0.28 |
| Hex | 81 | 80 | D | 0 | 1 | 5A | 31 | 3B | 52 | 1C |
| Octal | 201 | 200 | 15 | 0 | 1 | 132 | 61 | 73 | 122 | 34 |
| Binary | 10000001 | 10000000 | 1101 | 0 | 1 | 1011010 | 110001 | 111011 | 1010010 | 11100 |
Color Harmonies of #81800D
Complementary color
Monochromatic Colors of #81800D
Black with #81800D
Text Example
Text Example
White with #81800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81800D; }
p { color: rgb(129,128,13); }
H1.HeaderClassName
{
color: #81800D;
}
.AnyTagClassName
{
color: #81800D;
}
</style>
background-color css
<style>
a { background-color: #81800D; }
a { background-color: rgb(129,128,13); }
div.DivClassName
{
background-color: #81800D;
}
.BgClassName
{
background-color: #81800D;
}
</style>
border-color css
<style>
span { border-color: #81800D; }
span { border-color: rgb(129,128,13); }
td.TdClassName
{
border-color: #81800D;
}
.TagClassName
{
border-color: #81800D;
}
</style>