Shades of Olive #777500
Tints of Olive #777500
RGB
CMYK
RGB Variations
Color information
#777500 (or 0x777500) is known color: Olive. HEX triplet: 77, 75 and 00. RGB value is (119,117,0). Sum of RGB (Red+Green+Blue) = 119+117+0=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #777500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777500 is #888AFF. Grayscale: #686868. Windows color (decimal): -8948480 or 30071. OLE color: 30071.
HSL color Cylindrical-coordinate representation of color #777500: hue angle of 58.99º 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 #777500 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.53 |
| HSL | 58.99º | 1% | 0.23% | - |
| HSV(B) | 58.99º | 1% | 0.47% | - |
| XYZ | 13.97 | 16.64 | 2.48 | - |
| YUV | 104.26 | 69.16 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 0 | 0 | 0.02 | 1 | 0.53 | 58.99 | 1 | 0.23 |
| Hex | 77 | 75 | 0 | 0 | 2 | 64 | 35 | 3B | 64 | 17 |
| Octal | 167 | 165 | 0 | 0 | 2 | 144 | 65 | 73 | 144 | 27 |
| Binary | 1110111 | 1110101 | 0 | 0 | 10 | 1100100 | 110101 | 111011 | 1100100 | 10111 |
Color Harmonies of #777500
Complementary color
Monochromatic Colors of #777500
Black with #777500
Text Example
Text Example
White with #777500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777500; }
p { color: rgb(119,117,0); }
H1.HeaderClassName
{
color: #777500;
}
.AnyTagClassName
{
color: #777500;
}
</style>
background-color css
<style>
a { background-color: #777500; }
a { background-color: rgb(119,117,0); }
div.DivClassName
{
background-color: #777500;
}
.BgClassName
{
background-color: #777500;
}
</style>
border-color css
<style>
span { border-color: #777500; }
span { border-color: rgb(119,117,0); }
td.TdClassName
{
border-color: #777500;
}
.TagClassName
{
border-color: #777500;
}
</style>