Shades of Olive #777D02
Tints of Olive #777D02
RGB
CMYK
RGB Variations
Color information
#777D02 (or 0x777D02) is known color: Olive. HEX triplet: 77, 7D and 02. RGB value is (119,125,2). Sum of RGB (Red+Green+Blue) = 119+125+2=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 125 (49.22% from 255 or 50.81% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 125 - color contains mainly: green. Hex color #777D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777D02 is #8882FD. Grayscale: #6D6D6D. Windows color (decimal): -8946430 or 163191. OLE color: 163191.
HSL color Cylindrical-coordinate representation of color #777D02: hue angle of 62.93º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #777D02 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 125 | 2 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.51 |
| HSL | 62.93º | 0.97% | 0.25% | - |
| HSV(B) | 62.93º | 0.98% | 0.49% | - |
| XYZ | 14.95 | 18.59 | 2.86 | - |
| YUV | 109.18 | 67.51 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 2 | 0.05 | 0 | 0.98 | 0.51 | 62.93 | 0.97 | 0.25 |
| Hex | 77 | 7D | 2 | 5 | 0 | 62 | 33 | 3F | 61 | 19 |
| Octal | 167 | 175 | 2 | 5 | 0 | 142 | 63 | 77 | 141 | 31 |
| Binary | 1110111 | 1111101 | 10 | 101 | 0 | 1100010 | 110011 | 111111 | 1100001 | 11001 |
Color Harmonies of #777D02
Complementary color
Monochromatic Colors of #777D02
Black with #777D02
Text Example
Text Example
White with #777D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777D02; }
p { color: rgb(119,125,2); }
H1.HeaderClassName
{
color: #777D02;
}
.AnyTagClassName
{
color: #777D02;
}
</style>
background-color css
<style>
a { background-color: #777D02; }
a { background-color: rgb(119,125,2); }
div.DivClassName
{
background-color: #777D02;
}
.BgClassName
{
background-color: #777D02;
}
</style>
border-color css
<style>
span { border-color: #777D02; }
span { border-color: rgb(119,125,2); }
td.TdClassName
{
border-color: #777D02;
}
.TagClassName
{
border-color: #777D02;
}
</style>