Shades of Olive #777B02
Tints of Olive #777B02
RGB
CMYK
RGB Variations
Color information
#777B02 (or 0x777B02) is known color: Olive. HEX triplet: 77, 7B and 02. RGB value is (119,123,2). Sum of RGB (Red+Green+Blue) = 119+123+2=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 123 (48.44% from 255 or 50.41% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 123 - color contains mainly: green. Hex color #777B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777B02 is #8884FD. Grayscale: #6C6C6C. Windows color (decimal): -8946942 or 162679. OLE color: 162679.
HSL color Cylindrical-coordinate representation of color #777B02: hue angle of 61.98º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #777B02 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 123 | 2 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.52 |
| HSL | 61.98º | 0.97% | 0.25% | - |
| HSV(B) | 61.98º | 0.98% | 0.48% | - |
| XYZ | 14.7 | 18.09 | 2.77 | - |
| YUV | 108.01 | 68.17 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 2 | 0.03 | 0 | 0.98 | 0.52 | 61.98 | 0.97 | 0.25 |
| Hex | 77 | 7B | 2 | 3 | 0 | 62 | 34 | 3E | 61 | 19 |
| Octal | 167 | 173 | 2 | 3 | 0 | 142 | 64 | 76 | 141 | 31 |
| Binary | 1110111 | 1111011 | 10 | 11 | 0 | 1100010 | 110100 | 111110 | 1100001 | 11001 |
Color Harmonies of #777B02
Complementary color
Monochromatic Colors of #777B02
Black with #777B02
Text Example
Text Example
White with #777B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777B02; }
p { color: rgb(119,123,2); }
H1.HeaderClassName
{
color: #777B02;
}
.AnyTagClassName
{
color: #777B02;
}
</style>
background-color css
<style>
a { background-color: #777B02; }
a { background-color: rgb(119,123,2); }
div.DivClassName
{
background-color: #777B02;
}
.BgClassName
{
background-color: #777B02;
}
</style>
border-color css
<style>
span { border-color: #777B02; }
span { border-color: rgb(119,123,2); }
td.TdClassName
{
border-color: #777B02;
}
.TagClassName
{
border-color: #777B02;
}
</style>