Shades of Olive #807A06
Tints of Olive #807A06
RGB
CMYK
RGB Variations
Color information
#807A06 (or 0x807A06) is known color: Olive. HEX triplet: 80, 7A and 06. RGB value is (128,122,6). Sum of RGB (Red+Green+Blue) = 128+122+6=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 122 (48.05% from 255 or 47.66% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #807A06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807A06 is #7F85F9. Grayscale: #6F6F6F. Windows color (decimal): -8357370 or 424576. OLE color: 424576.
HSL color Cylindrical-coordinate representation of color #807A06: hue angle of 57.05º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #807A06 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 122 | 6 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.50 |
| HSL | 57.05º | 0.91% | 0.26% | - |
| HSV(B) | 57.05º | 0.95% | 0.5% | - |
| XYZ | 15.89 | 18.52 | 2.91 | - |
| YUV | 110.57 | 68.99 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 122 | 6 | 0 | 0.05 | 0.95 | 0.50 | 57.05 | 0.91 | 0.26 |
| Hex | 80 | 7A | 6 | 0 | 5 | 5F | 32 | 39 | 5B | 1A |
| Octal | 200 | 172 | 6 | 0 | 5 | 137 | 62 | 71 | 133 | 32 |
| Binary | 10000000 | 1111010 | 110 | 0 | 101 | 1011111 | 110010 | 111001 | 1011011 | 11010 |
Color Harmonies of #807A06
Complementary color
Monochromatic Colors of #807A06
Black with #807A06
Text Example
Text Example
White with #807A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807A06; }
p { color: rgb(128,122,6); }
H1.HeaderClassName
{
color: #807A06;
}
.AnyTagClassName
{
color: #807A06;
}
</style>
background-color css
<style>
a { background-color: #807A06; }
a { background-color: rgb(128,122,6); }
div.DivClassName
{
background-color: #807A06;
}
.BgClassName
{
background-color: #807A06;
}
</style>
border-color css
<style>
span { border-color: #807A06; }
span { border-color: rgb(128,122,6); }
td.TdClassName
{
border-color: #807A06;
}
.TagClassName
{
border-color: #807A06;
}
</style>