Shades of Olive #818005
Tints of Olive #818005
RGB
CMYK
RGB Variations
Color information
#818005 (or 0x818005) is known color: Olive. HEX triplet: 81, 80 and 05. RGB value is (129,128,5). Sum of RGB (Red+Green+Blue) = 129+128+5=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 129 - color contains mainly: red. Hex color #818005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818005 is #7E7FFA. Grayscale: #727272. Windows color (decimal): -8290299 or 360577. OLE color: 360577.
HSL color Cylindrical-coordinate representation of color #818005: hue angle of 59.52º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #818005 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 128 | 5 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.49 |
| HSL | 59.52º | 0.93% | 0.26% | - |
| HSV(B) | 59.52º | 0.96% | 0.51% | - |
| XYZ | 16.8 | 20.12 | 3.14 | - |
| YUV | 114.28 | 66.33 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 128 | 5 | 0 | 0.01 | 0.96 | 0.49 | 59.52 | 0.93 | 0.26 |
| Hex | 81 | 80 | 5 | 0 | 1 | 60 | 31 | 3C | 5D | 1A |
| Octal | 201 | 200 | 5 | 0 | 1 | 140 | 61 | 74 | 135 | 32 |
| Binary | 10000001 | 10000000 | 101 | 0 | 1 | 1100000 | 110001 | 111100 | 1011101 | 11010 |
Color Harmonies of #818005
Complementary color
Monochromatic Colors of #818005
Black with #818005
Text Example
Text Example
White with #818005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818005; }
p { color: rgb(129,128,5); }
H1.HeaderClassName
{
color: #818005;
}
.AnyTagClassName
{
color: #818005;
}
</style>
background-color css
<style>
a { background-color: #818005; }
a { background-color: rgb(129,128,5); }
div.DivClassName
{
background-color: #818005;
}
.BgClassName
{
background-color: #818005;
}
</style>
border-color css
<style>
span { border-color: #818005; }
span { border-color: rgb(129,128,5); }
td.TdClassName
{
border-color: #818005;
}
.TagClassName
{
border-color: #818005;
}
</style>