Shades of Olive #818B05
Tints of Olive #818B05
RGB
CMYK
RGB Variations
Color information
#818B05 (or 0x818B05) is known color: Olive. HEX triplet: 81, 8B and 05. RGB value is (129,139,5). Sum of RGB (Red+Green+Blue) = 129+139+5=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #818B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818B05 is #7E74FA. Grayscale: #797979. Windows color (decimal): -8287483 or 363393. OLE color: 363393.
HSL color Cylindrical-coordinate representation of color #818B05: hue angle of 64.48º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #818B05 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 139 | 5 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.45 |
| HSL | 64.48º | 0.93% | 0.28% | - |
| HSV(B) | 64.48º | 0.96% | 0.55% | - |
| XYZ | 18.31 | 23.14 | 3.65 | - |
| YUV | 120.73 | 62.69 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 139 | 5 | 0.07 | 0 | 0.96 | 0.45 | 64.48 | 0.93 | 0.28 |
| Hex | 81 | 8B | 5 | 7 | 0 | 60 | 2D | 40 | 5D | 1C |
| Octal | 201 | 213 | 5 | 7 | 0 | 140 | 55 | 100 | 135 | 34 |
| Binary | 10000001 | 10001011 | 101 | 111 | 0 | 1100000 | 101101 | 1000000 | 1011101 | 11100 |
Color Harmonies of #818B05
Complementary color
Monochromatic Colors of #818B05
Black with #818B05
Text Example
Text Example
White with #818B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818B05; }
p { color: rgb(129,139,5); }
H1.HeaderClassName
{
color: #818B05;
}
.AnyTagClassName
{
color: #818B05;
}
</style>
background-color css
<style>
a { background-color: #818B05; }
a { background-color: rgb(129,139,5); }
div.DivClassName
{
background-color: #818B05;
}
.BgClassName
{
background-color: #818B05;
}
</style>
border-color css
<style>
span { border-color: #818B05; }
span { border-color: rgb(129,139,5); }
td.TdClassName
{
border-color: #818B05;
}
.TagClassName
{
border-color: #818B05;
}
</style>