Shades of Olive #777906
Tints of Olive #777906
RGB
CMYK
RGB Variations
Color information
#777906 (or 0x777906) is known color: Olive. HEX triplet: 77, 79 and 06. RGB value is (119,121,6). Sum of RGB (Red+Green+Blue) = 119+121+6=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 121 (47.66% from 255 or 49.19% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 121 - color contains mainly: green. Hex color #777906 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777906 is #8886F9. Grayscale: #6B6B6B. Windows color (decimal): -8947450 or 424311. OLE color: 424311.
HSL color Cylindrical-coordinate representation of color #777906: hue angle of 61.04º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #777906 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 121 | 6 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.53 |
| HSL | 61.04º | 0.91% | 0.25% | - |
| HSV(B) | 61.04º | 0.95% | 0.47% | - |
| XYZ | 14.48 | 17.61 | 2.81 | - |
| YUV | 107.29 | 70.84 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 121 | 6 | 0.02 | 0 | 0.95 | 0.53 | 61.04 | 0.91 | 0.25 |
| Hex | 77 | 79 | 6 | 2 | 0 | 5F | 35 | 3D | 5B | 19 |
| Octal | 167 | 171 | 6 | 2 | 0 | 137 | 65 | 75 | 133 | 31 |
| Binary | 1110111 | 1111001 | 110 | 10 | 0 | 1011111 | 110101 | 111101 | 1011011 | 11001 |
Color Harmonies of #777906
Complementary color
Monochromatic Colors of #777906
Black with #777906
Text Example
Text Example
White with #777906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777906; }
p { color: rgb(119,121,6); }
H1.HeaderClassName
{
color: #777906;
}
.AnyTagClassName
{
color: #777906;
}
</style>
background-color css
<style>
a { background-color: #777906; }
a { background-color: rgb(119,121,6); }
div.DivClassName
{
background-color: #777906;
}
.BgClassName
{
background-color: #777906;
}
</style>
border-color css
<style>
span { border-color: #777906; }
span { border-color: rgb(119,121,6); }
td.TdClassName
{
border-color: #777906;
}
.TagClassName
{
border-color: #777906;
}
</style>