Shades of Olive #777502
Tints of Olive #777502
RGB
CMYK
RGB Variations
Color information
#777502 (or 0x777502) is known color: Olive. HEX triplet: 77, 75 and 02. RGB value is (119,117,2). Sum of RGB (Red+Green+Blue) = 119+117+2=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #777502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777502 is #888AFD. Grayscale: #686868. Windows color (decimal): -8948478 or 161143. OLE color: 161143.
HSL color Cylindrical-coordinate representation of color #777502: hue angle of 58.97º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #777502 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 2 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.53 |
| HSL | 58.97º | 0.97% | 0.24% | - |
| HSV(B) | 58.97º | 0.98% | 0.47% | - |
| XYZ | 13.98 | 16.65 | 2.53 | - |
| YUV | 104.49 | 70.16 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 2 | 0 | 0.02 | 0.98 | 0.53 | 58.97 | 0.97 | 0.24 |
| Hex | 77 | 75 | 2 | 0 | 2 | 62 | 35 | 3B | 61 | 18 |
| Octal | 167 | 165 | 2 | 0 | 2 | 142 | 65 | 73 | 141 | 30 |
| Binary | 1110111 | 1110101 | 10 | 0 | 10 | 1100010 | 110101 | 111011 | 1100001 | 11000 |
Color Harmonies of #777502
Complementary color
Monochromatic Colors of #777502
Black with #777502
Text Example
Text Example
White with #777502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777502; }
p { color: rgb(119,117,2); }
H1.HeaderClassName
{
color: #777502;
}
.AnyTagClassName
{
color: #777502;
}
</style>
background-color css
<style>
a { background-color: #777502; }
a { background-color: rgb(119,117,2); }
div.DivClassName
{
background-color: #777502;
}
.BgClassName
{
background-color: #777502;
}
</style>
border-color css
<style>
span { border-color: #777502; }
span { border-color: rgb(119,117,2); }
td.TdClassName
{
border-color: #777502;
}
.TagClassName
{
border-color: #777502;
}
</style>