Shades of Olive #807B05
Tints of Olive #807B05
RGB
CMYK
RGB Variations
Color information
#807B05 (or 0x807B05) is known color: Olive. HEX triplet: 80, 7B and 05. RGB value is (128,123,5). Sum of RGB (Red+Green+Blue) = 128+123+5=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #807B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807B05 is #7F84FA. Grayscale: #6F6F6F. Windows color (decimal): -8357115 or 359296. OLE color: 359296.
HSL color Cylindrical-coordinate representation of color #807B05: hue angle of 57.56º 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 #807B05 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 123 | 5 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.50 |
| HSL | 57.56º | 0.92% | 0.26% | - |
| HSV(B) | 57.56º | 0.96% | 0.5% | - |
| XYZ | 16.01 | 18.77 | 2.92 | - |
| YUV | 111.04 | 68.16 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 5 | 0 | 0.04 | 0.96 | 0.50 | 57.56 | 0.92 | 0.26 |
| Hex | 80 | 7B | 5 | 0 | 4 | 60 | 32 | 3A | 5C | 1A |
| Octal | 200 | 173 | 5 | 0 | 4 | 140 | 62 | 72 | 134 | 32 |
| Binary | 10000000 | 1111011 | 101 | 0 | 100 | 1100000 | 110010 | 111010 | 1011100 | 11010 |
Color Harmonies of #807B05
Complementary color
Monochromatic Colors of #807B05
Black with #807B05
Text Example
Text Example
White with #807B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807B05; }
p { color: rgb(128,123,5); }
H1.HeaderClassName
{
color: #807B05;
}
.AnyTagClassName
{
color: #807B05;
}
</style>
background-color css
<style>
a { background-color: #807B05; }
a { background-color: rgb(128,123,5); }
div.DivClassName
{
background-color: #807B05;
}
.BgClassName
{
background-color: #807B05;
}
</style>
border-color css
<style>
span { border-color: #807B05; }
span { border-color: rgb(128,123,5); }
td.TdClassName
{
border-color: #807B05;
}
.TagClassName
{
border-color: #807B05;
}
</style>