Shades of Olive #777F02
Tints of Olive #777F02
RGB
CMYK
RGB Variations
Color information
#777F02 (or 0x777F02) is known color: Olive. HEX triplet: 77, 7F and 02. RGB value is (119,127,2). Sum of RGB (Red+Green+Blue) = 119+127+2=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 127 (50% from 255 or 51.21% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 127 - color contains mainly: green. Hex color #777F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777F02 is #8880FD. Grayscale: #6E6E6E. Windows color (decimal): -8945918 or 163703. OLE color: 163703.
HSL color Cylindrical-coordinate representation of color #777F02: hue angle of 63.84º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #777F02 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 127 | 2 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.50 |
| HSL | 63.84º | 0.97% | 0.25% | - |
| HSV(B) | 63.84º | 0.98% | 0.5% | - |
| XYZ | 15.21 | 19.11 | 2.94 | - |
| YUV | 110.36 | 66.85 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 127 | 2 | 0.06 | 0 | 0.98 | 0.50 | 63.84 | 0.97 | 0.25 |
| Hex | 77 | 7F | 2 | 6 | 0 | 62 | 32 | 40 | 61 | 19 |
| Octal | 167 | 177 | 2 | 6 | 0 | 142 | 62 | 100 | 141 | 31 |
| Binary | 1110111 | 1111111 | 10 | 110 | 0 | 1100010 | 110010 | 1000000 | 1100001 | 11001 |
Color Harmonies of #777F02
Complementary color
Monochromatic Colors of #777F02
Black with #777F02
Text Example
Text Example
White with #777F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777F02; }
p { color: rgb(119,127,2); }
H1.HeaderClassName
{
color: #777F02;
}
.AnyTagClassName
{
color: #777F02;
}
</style>
background-color css
<style>
a { background-color: #777F02; }
a { background-color: rgb(119,127,2); }
div.DivClassName
{
background-color: #777F02;
}
.BgClassName
{
background-color: #777F02;
}
</style>
border-color css
<style>
span { border-color: #777F02; }
span { border-color: rgb(119,127,2); }
td.TdClassName
{
border-color: #777F02;
}
.TagClassName
{
border-color: #777F02;
}
</style>