Shades of Olive #806905
Tints of Olive #806905
RGB
CMYK
RGB Variations
Color information
#806905 (or 0x806905) is known color: Olive. HEX triplet: 80, 69 and 05. RGB value is (128,105,5). Sum of RGB (Red+Green+Blue) = 128+105+5=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #806905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806905 is #7F96FA. Grayscale: #646464. Windows color (decimal): -8361723 or 354688. OLE color: 354688.
HSL color Cylindrical-coordinate representation of color #806905: hue angle of 48.78º 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 #806905 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 105 | 5 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.50 |
| HSL | 48.78º | 0.92% | 0.26% | - |
| HSV(B) | 48.78º | 0.96% | 0.5% | - |
| XYZ | 13.98 | 14.7 | 2.24 | - |
| YUV | 100.48 | 74.12 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 105 | 5 | 0 | 0.18 | 0.96 | 0.50 | 48.78 | 0.92 | 0.26 |
| Hex | 80 | 69 | 5 | 0 | 12 | 60 | 32 | 31 | 5C | 1A |
| Octal | 200 | 151 | 5 | 0 | 22 | 140 | 62 | 61 | 134 | 32 |
| Binary | 10000000 | 1101001 | 101 | 0 | 10010 | 1100000 | 110010 | 110001 | 1011100 | 11010 |
Color Harmonies of #806905
Complementary color
Monochromatic Colors of #806905
Black with #806905
Text Example
Text Example
White with #806905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806905; }
p { color: rgb(128,105,5); }
H1.HeaderClassName
{
color: #806905;
}
.AnyTagClassName
{
color: #806905;
}
</style>
background-color css
<style>
a { background-color: #806905; }
a { background-color: rgb(128,105,5); }
div.DivClassName
{
background-color: #806905;
}
.BgClassName
{
background-color: #806905;
}
</style>
border-color css
<style>
span { border-color: #806905; }
span { border-color: rgb(128,105,5); }
td.TdClassName
{
border-color: #806905;
}
.TagClassName
{
border-color: #806905;
}
</style>