Shades of Christi #77A218
Tints of Christi #77A218
RGB
CMYK
RGB Variations
Color information
#77A218 (or 0x77A218) is known color: Christi. HEX triplet: 77, A2 and 18. RGB value is (119,162,24). Sum of RGB (Red+Green+Blue) = 119+162+24=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 162 (63.67% from 255 or 53.11% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 162 - color contains mainly: green. Hex color #77A218 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A218 is #885DE7. Grayscale: #858585. Windows color (decimal): -8936936 or 1614455. OLE color: 1614455.
HSL color Cylindrical-coordinate representation of color #77A218: hue angle of 78.7º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #77A218 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 162 | 24 | - |
| CMYK | 0.27 | 0 | 0.85 | 0.36 |
| HSL | 78.7º | 0.74% | 0.36% | - |
| HSV(B) | 78.7º | 0.85% | 0.64% | - |
| XYZ | 20.69 | 29.83 | 5.53 | - |
| YUV | 133.41 | 66.25 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 162 | 24 | 0.27 | 0 | 0.85 | 0.36 | 78.7 | 0.74 | 0.36 |
| Hex | 77 | A2 | 18 | 1B | 0 | 55 | 24 | 4F | 4A | 24 |
| Octal | 167 | 242 | 30 | 33 | 0 | 125 | 44 | 117 | 112 | 44 |
| Binary | 1110111 | 10100010 | 11000 | 11011 | 0 | 1010101 | 100100 | 1001111 | 1001010 | 100100 |
Color Harmonies of #77A218
Complementary color
Monochromatic Colors of #77A218
Black with #77A218
Text Example
Text Example
White with #77A218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A218; }
p { color: rgb(119,162,24); }
H1.HeaderClassName
{
color: #77A218;
}
.AnyTagClassName
{
color: #77A218;
}
</style>
background-color css
<style>
a { background-color: #77A218; }
a { background-color: rgb(119,162,24); }
div.DivClassName
{
background-color: #77A218;
}
.BgClassName
{
background-color: #77A218;
}
</style>
border-color css
<style>
span { border-color: #77A218; }
span { border-color: rgb(119,162,24); }
td.TdClassName
{
border-color: #77A218;
}
.TagClassName
{
border-color: #77A218;
}
</style>