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