Shades of Olive #777306
Tints of Olive #777306
RGB
CMYK
RGB Variations
Color information
#777306 (or 0x777306) is known color: Olive. HEX triplet: 77, 73 and 06. RGB value is (119,115,6). Sum of RGB (Red+Green+Blue) = 119+115+6=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #777306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777306 is #888CF9. Grayscale: #686868. Windows color (decimal): -8948986 or 422775. OLE color: 422775.
HSL color Cylindrical-coordinate representation of color #777306: hue angle of 57.88º degrees, saturation: 0.9, 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 #777306 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 115 | 6 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.53 |
| HSL | 57.88º | 0.9% | 0.25% | - |
| HSV(B) | 57.88º | 0.95% | 0.47% | - |
| XYZ | 13.77 | 16.2 | 2.57 | - |
| YUV | 103.77 | 72.83 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 6 | 0 | 0.03 | 0.95 | 0.53 | 57.88 | 0.9 | 0.25 |
| Hex | 77 | 73 | 6 | 0 | 3 | 5F | 35 | 3A | 5A | 19 |
| Octal | 167 | 163 | 6 | 0 | 3 | 137 | 65 | 72 | 132 | 31 |
| Binary | 1110111 | 1110011 | 110 | 0 | 11 | 1011111 | 110101 | 111010 | 1011010 | 11001 |
Color Harmonies of #777306
Complementary color
Monochromatic Colors of #777306
Black with #777306
Text Example
Text Example
White with #777306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777306; }
p { color: rgb(119,115,6); }
H1.HeaderClassName
{
color: #777306;
}
.AnyTagClassName
{
color: #777306;
}
</style>
background-color css
<style>
a { background-color: #777306; }
a { background-color: rgb(119,115,6); }
div.DivClassName
{
background-color: #777306;
}
.BgClassName
{
background-color: #777306;
}
</style>
border-color css
<style>
span { border-color: #777306; }
span { border-color: rgb(119,115,6); }
td.TdClassName
{
border-color: #777306;
}
.TagClassName
{
border-color: #777306;
}
</style>