Shades of Christi #77A90E
Tints of Christi #77A90E
RGB
CMYK
RGB Variations
Color information
#77A90E (or 0x77A90E) is known color: Christi. HEX triplet: 77, A9 and 0E. RGB value is (119,169,14). Sum of RGB (Red+Green+Blue) = 119+169+14=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 169 (66.41% from 255 or 55.96% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 169 - color contains mainly: green. Hex color #77A90E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A90E is #8856F1. Grayscale: #888888. Windows color (decimal): -8935154 or 960887. OLE color: 960887.
HSL color Cylindrical-coordinate representation of color #77A90E: hue angle of 79.35º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77A90E is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 119 | 169 | 14 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.34 |
| HSL | 79.35º | 0.85% | 0.36% | - |
| HSV(B) | 79.35º | 0.92% | 0.66% | - |
| XYZ | 21.87 | 32.33 | 5.5 | - |
| YUV | 136.38 | 58.94 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 169 | 14 | 0.30 | 0 | 0.92 | 0.34 | 79.35 | 0.85 | 0.36 |
| Hex | 77 | A9 | E | 1E | 0 | 5C | 22 | 4F | 55 | 24 |
| Octal | 167 | 251 | 16 | 36 | 0 | 134 | 42 | 117 | 125 | 44 |
| Binary | 1110111 | 10101001 | 1110 | 11110 | 0 | 1011100 | 100010 | 1001111 | 1010101 | 100100 |
Color Harmonies of #77A90E
Complementary color
Monochromatic Colors of #77A90E
Black with #77A90E
Text Example
Text Example
White with #77A90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A90E; }
p { color: rgb(119,169,14); }
H1.HeaderClassName
{
color: #77A90E;
}
.AnyTagClassName
{
color: #77A90E;
}
</style>
background-color css
<style>
a { background-color: #77A90E; }
a { background-color: rgb(119,169,14); }
div.DivClassName
{
background-color: #77A90E;
}
.BgClassName
{
background-color: #77A90E;
}
</style>
border-color css
<style>
span { border-color: #77A90E; }
span { border-color: rgb(119,169,14); }
td.TdClassName
{
border-color: #77A90E;
}
.TagClassName
{
border-color: #77A90E;
}
</style>