Shades of Olive #80810D
Tints of Olive #80810D
RGB
CMYK
RGB Variations
Color information
#80810D (or 0x80810D) is known color: Olive. HEX triplet: 80, 81 and 0D. RGB value is (128,129,13). Sum of RGB (Red+Green+Blue) = 128+129+13=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 129 - color contains mainly: green. Hex color #80810D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80810D is #7F7EF2. Grayscale: #737373. Windows color (decimal): -8355571 or 885120. OLE color: 885120.
HSL color Cylindrical-coordinate representation of color #80810D: hue angle of 60.52º 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 #80810D is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 129 | 13 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.49 |
| HSL | 60.52º | 0.82% | 0.28% | - |
| HSV(B) | 60.52º | 0.9% | 0.51% | - |
| XYZ | 16.82 | 20.32 | 3.42 | - |
| YUV | 115.48 | 70.17 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 13 | 0.01 | 0 | 0.90 | 0.49 | 60.52 | 0.82 | 0.28 |
| Hex | 80 | 81 | D | 1 | 0 | 5A | 31 | 3D | 52 | 1C |
| Octal | 200 | 201 | 15 | 1 | 0 | 132 | 61 | 75 | 122 | 34 |
| Binary | 10000000 | 10000001 | 1101 | 1 | 0 | 1011010 | 110001 | 111101 | 1010010 | 11100 |
Color Harmonies of #80810D
Complementary color
Monochromatic Colors of #80810D
Black with #80810D
Text Example
Text Example
White with #80810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80810D; }
p { color: rgb(128,129,13); }
H1.HeaderClassName
{
color: #80810D;
}
.AnyTagClassName
{
color: #80810D;
}
</style>
background-color css
<style>
a { background-color: #80810D; }
a { background-color: rgb(128,129,13); }
div.DivClassName
{
background-color: #80810D;
}
.BgClassName
{
background-color: #80810D;
}
</style>
border-color css
<style>
span { border-color: #80810D; }
span { border-color: rgb(128,129,13); }
td.TdClassName
{
border-color: #80810D;
}
.TagClassName
{
border-color: #80810D;
}
</style>