Shades of Olive #807905
Tints of Olive #807905
RGB
CMYK
RGB Variations
Color information
#807905 (or 0x807905) is known color: Olive. HEX triplet: 80, 79 and 05. RGB value is (128,121,5). Sum of RGB (Red+Green+Blue) = 128+121+5=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #807905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807905 is #7F86FA. Grayscale: #6E6E6E. Windows color (decimal): -8357627 or 358784. OLE color: 358784.
HSL color Cylindrical-coordinate representation of color #807905: hue angle of 56.59º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #807905 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 121 | 5 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.50 |
| HSL | 56.59º | 0.92% | 0.26% | - |
| HSV(B) | 56.59º | 0.96% | 0.5% | - |
| XYZ | 15.77 | 18.27 | 2.84 | - |
| YUV | 109.87 | 68.82 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 121 | 5 | 0 | 0.05 | 0.96 | 0.50 | 56.59 | 0.92 | 0.26 |
| Hex | 80 | 79 | 5 | 0 | 5 | 60 | 32 | 39 | 5C | 1A |
| Octal | 200 | 171 | 5 | 0 | 5 | 140 | 62 | 71 | 134 | 32 |
| Binary | 10000000 | 1111001 | 101 | 0 | 101 | 1100000 | 110010 | 111001 | 1011100 | 11010 |
Color Harmonies of #807905
Complementary color
Monochromatic Colors of #807905
Black with #807905
Text Example
Text Example
White with #807905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807905; }
p { color: rgb(128,121,5); }
H1.HeaderClassName
{
color: #807905;
}
.AnyTagClassName
{
color: #807905;
}
</style>
background-color css
<style>
a { background-color: #807905; }
a { background-color: rgb(128,121,5); }
div.DivClassName
{
background-color: #807905;
}
.BgClassName
{
background-color: #807905;
}
</style>
border-color css
<style>
span { border-color: #807905; }
span { border-color: rgb(128,121,5); }
td.TdClassName
{
border-color: #807905;
}
.TagClassName
{
border-color: #807905;
}
</style>