Shades of Christi #77A811
Tints of Christi #77A811
RGB
CMYK
RGB Variations
Color information
#77A811 (or 0x77A811) is known color: Christi. HEX triplet: 77, A8 and 11. RGB value is (119,168,17). Sum of RGB (Red+Green+Blue) = 119+168+17=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 168 (66.02% from 255 or 55.26% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 168 - color contains mainly: green. Hex color #77A811 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A811 is #8857EE. Grayscale: #888888. Windows color (decimal): -8935407 or 1157239. OLE color: 1157239.
HSL color Cylindrical-coordinate representation of color #77A811: hue angle of 79.47º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77A811 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 119 | 168 | 17 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.34 |
| HSL | 79.47º | 0.82% | 0.36% | - |
| HSV(B) | 79.47º | 0.9% | 0.66% | - |
| XYZ | 21.71 | 31.97 | 5.56 | - |
| YUV | 136.14 | 60.77 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 168 | 17 | 0.29 | 0 | 0.90 | 0.34 | 79.47 | 0.82 | 0.36 |
| Hex | 77 | A8 | 11 | 1D | 0 | 5A | 22 | 4F | 52 | 24 |
| Octal | 167 | 250 | 21 | 35 | 0 | 132 | 42 | 117 | 122 | 44 |
| Binary | 1110111 | 10101000 | 10001 | 11101 | 0 | 1011010 | 100010 | 1001111 | 1010010 | 100100 |
Color Harmonies of #77A811
Complementary color
Monochromatic Colors of #77A811
Black with #77A811
Text Example
Text Example
White with #77A811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A811; }
p { color: rgb(119,168,17); }
H1.HeaderClassName
{
color: #77A811;
}
.AnyTagClassName
{
color: #77A811;
}
</style>
background-color css
<style>
a { background-color: #77A811; }
a { background-color: rgb(119,168,17); }
div.DivClassName
{
background-color: #77A811;
}
.BgClassName
{
background-color: #77A811;
}
</style>
border-color css
<style>
span { border-color: #77A811; }
span { border-color: rgb(119,168,17); }
td.TdClassName
{
border-color: #77A811;
}
.TagClassName
{
border-color: #77A811;
}
</style>