Shades of Olive #807C06
Tints of Olive #807C06
RGB
CMYK
RGB Variations
Color information
#807C06 (or 0x807C06) is known color: Olive. HEX triplet: 80, 7C and 06. RGB value is (128,124,6). Sum of RGB (Red+Green+Blue) = 128+124+6=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 124 (48.83% from 255 or 48.06% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #807C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807C06 is #7F83F9. Grayscale: #707070. Windows color (decimal): -8356858 or 425088. OLE color: 425088.
HSL color Cylindrical-coordinate representation of color #807C06: hue angle of 58.03º 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 #807C06 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 124 | 6 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.50 |
| HSL | 58.03º | 0.91% | 0.26% | - |
| HSV(B) | 58.03º | 0.95% | 0.5% | - |
| XYZ | 16.14 | 19.02 | 2.99 | - |
| YUV | 111.74 | 68.33 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 6 | 0 | 0.03 | 0.95 | 0.50 | 58.03 | 0.91 | 0.26 |
| Hex | 80 | 7C | 6 | 0 | 3 | 5F | 32 | 3A | 5B | 1A |
| Octal | 200 | 174 | 6 | 0 | 3 | 137 | 62 | 72 | 133 | 32 |
| Binary | 10000000 | 1111100 | 110 | 0 | 11 | 1011111 | 110010 | 111010 | 1011011 | 11010 |
Color Harmonies of #807C06
Complementary color
Monochromatic Colors of #807C06
Black with #807C06
Text Example
Text Example
White with #807C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807C06; }
p { color: rgb(128,124,6); }
H1.HeaderClassName
{
color: #807C06;
}
.AnyTagClassName
{
color: #807C06;
}
</style>
background-color css
<style>
a { background-color: #807C06; }
a { background-color: rgb(128,124,6); }
div.DivClassName
{
background-color: #807C06;
}
.BgClassName
{
background-color: #807C06;
}
</style>
border-color css
<style>
span { border-color: #807C06; }
span { border-color: rgb(128,124,6); }
td.TdClassName
{
border-color: #807C06;
}
.TagClassName
{
border-color: #807C06;
}
</style>