Shades of Olive #776C07
Tints of Olive #776C07
RGB
CMYK
RGB Variations
Color information
#776C07 (or 0x776C07) is known color: Olive. HEX triplet: 77, 6C and 07. RGB value is (119,108,7). Sum of RGB (Red+Green+Blue) = 119+108+7=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 108 (42.58% from 255 or 46.15% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #776C07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776C07 is #8893F8. Grayscale: #646464. Windows color (decimal): -8950777 or 486519. OLE color: 486519.
HSL color Cylindrical-coordinate representation of color #776C07: hue angle of 54.11º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #776C07 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 7 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.53 |
| HSL | 54.11º | 0.89% | 0.25% | - |
| HSV(B) | 54.11º | 0.94% | 0.47% | - |
| XYZ | 13.01 | 14.66 | 2.35 | - |
| YUV | 99.78 | 75.64 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 7 | 0 | 0.09 | 0.94 | 0.53 | 54.11 | 0.89 | 0.25 |
| Hex | 77 | 6C | 7 | 0 | 9 | 5E | 35 | 36 | 59 | 19 |
| Octal | 167 | 154 | 7 | 0 | 11 | 136 | 65 | 66 | 131 | 31 |
| Binary | 1110111 | 1101100 | 111 | 0 | 1001 | 1011110 | 110101 | 110110 | 1011001 | 11001 |
Color Harmonies of #776C07
Complementary color
Monochromatic Colors of #776C07
Black with #776C07
Text Example
Text Example
White with #776C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C07; }
p { color: rgb(119,108,7); }
H1.HeaderClassName
{
color: #776C07;
}
.AnyTagClassName
{
color: #776C07;
}
</style>
background-color css
<style>
a { background-color: #776C07; }
a { background-color: rgb(119,108,7); }
div.DivClassName
{
background-color: #776C07;
}
.BgClassName
{
background-color: #776C07;
}
</style>
border-color css
<style>
span { border-color: #776C07; }
span { border-color: rgb(119,108,7); }
td.TdClassName
{
border-color: #776C07;
}
.TagClassName
{
border-color: #776C07;
}
</style>