Shades of Olive #777307
Tints of Olive #777307
RGB
CMYK
RGB Variations
Color information
#777307 (or 0x777307) is known color: Olive. HEX triplet: 77, 73 and 07. RGB value is (119,115,7). Sum of RGB (Red+Green+Blue) = 119+115+7=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #777307 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777307 is #888CF8. Grayscale: #686868. Windows color (decimal): -8948985 or 488311. OLE color: 488311.
HSL color Cylindrical-coordinate representation of color #777307: hue angle of 57.86º 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 #777307 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 115 | 7 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.53 |
| HSL | 57.86º | 0.89% | 0.25% | - |
| HSV(B) | 57.86º | 0.94% | 0.47% | - |
| XYZ | 13.78 | 16.2 | 2.6 | - |
| YUV | 103.88 | 73.33 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 7 | 0 | 0.03 | 0.94 | 0.53 | 57.86 | 0.89 | 0.25 |
| Hex | 77 | 73 | 7 | 0 | 3 | 5E | 35 | 3A | 59 | 19 |
| Octal | 167 | 163 | 7 | 0 | 3 | 136 | 65 | 72 | 131 | 31 |
| Binary | 1110111 | 1110011 | 111 | 0 | 11 | 1011110 | 110101 | 111010 | 1011001 | 11001 |
Color Harmonies of #777307
Complementary color
Monochromatic Colors of #777307
Black with #777307
Text Example
Text Example
White with #777307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777307; }
p { color: rgb(119,115,7); }
H1.HeaderClassName
{
color: #777307;
}
.AnyTagClassName
{
color: #777307;
}
</style>
background-color css
<style>
a { background-color: #777307; }
a { background-color: rgb(119,115,7); }
div.DivClassName
{
background-color: #777307;
}
.BgClassName
{
background-color: #777307;
}
</style>
border-color css
<style>
span { border-color: #777307; }
span { border-color: rgb(119,115,7); }
td.TdClassName
{
border-color: #777307;
}
.TagClassName
{
border-color: #777307;
}
</style>