Shades of Olive #776D00
Tints of Olive #776D00
RGB
CMYK
RGB Variations
Color information
#776D00 (or 0x776D00) is known color: Olive. HEX triplet: 77, 6D and 00. RGB value is (119,109,0). Sum of RGB (Red+Green+Blue) = 119+109+0=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 109 (42.97% from 255 or 47.81% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #776D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776D00 is #8892FF. Grayscale: #646464. Windows color (decimal): -8950528 or 28023. OLE color: 28023.
HSL color Cylindrical-coordinate representation of color #776D00: hue angle of 54.96º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #776D00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 109 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.53 |
| HSL | 54.96º | 1% | 0.23% | - |
| HSV(B) | 54.96º | 1% | 0.47% | - |
| XYZ | 13.08 | 14.86 | 2.18 | - |
| YUV | 99.56 | 71.81 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 0 | 0 | 0.08 | 1 | 0.53 | 54.96 | 1 | 0.23 |
| Hex | 77 | 6D | 0 | 0 | 8 | 64 | 35 | 37 | 64 | 17 |
| Octal | 167 | 155 | 0 | 0 | 10 | 144 | 65 | 67 | 144 | 27 |
| Binary | 1110111 | 1101101 | 0 | 0 | 1000 | 1100100 | 110101 | 110111 | 1100100 | 10111 |
Color Harmonies of #776D00
Complementary color
Monochromatic Colors of #776D00
Black with #776D00
Text Example
Text Example
White with #776D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D00; }
p { color: rgb(119,109,0); }
H1.HeaderClassName
{
color: #776D00;
}
.AnyTagClassName
{
color: #776D00;
}
</style>
background-color css
<style>
a { background-color: #776D00; }
a { background-color: rgb(119,109,0); }
div.DivClassName
{
background-color: #776D00;
}
.BgClassName
{
background-color: #776D00;
}
</style>
border-color css
<style>
span { border-color: #776D00; }
span { border-color: rgb(119,109,0); }
td.TdClassName
{
border-color: #776D00;
}
.TagClassName
{
border-color: #776D00;
}
</style>