Shades of Christi #77A017
Tints of Christi #77A017
RGB
CMYK
RGB Variations
Color information
#77A017 (or 0x77A017) is known color: Christi. HEX triplet: 77, A0 and 17. RGB value is (119,160,23). Sum of RGB (Red+Green+Blue) = 119+160+23=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 160 (62.89% from 255 or 52.98% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 160 - color contains mainly: green. Hex color #77A017 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77A017 is #885FE8. Grayscale: #848484. Windows color (decimal): -8937449 or 1548407. OLE color: 1548407.
HSL color Cylindrical-coordinate representation of color #77A017: hue angle of 77.96º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77A017 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 160 | 23 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.37 |
| HSL | 77.96º | 0.75% | 0.36% | - |
| HSV(B) | 77.96º | 0.86% | 0.63% | - |
| XYZ | 20.33 | 29.13 | 5.36 | - |
| YUV | 132.12 | 66.42 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 160 | 23 | 0.26 | 0 | 0.86 | 0.37 | 77.96 | 0.75 | 0.36 |
| Hex | 77 | A0 | 17 | 1A | 0 | 56 | 25 | 4E | 4B | 24 |
| Octal | 167 | 240 | 27 | 32 | 0 | 126 | 45 | 116 | 113 | 44 |
| Binary | 1110111 | 10100000 | 10111 | 11010 | 0 | 1010110 | 100101 | 1001110 | 1001011 | 100100 |
Color Harmonies of #77A017
Complementary color
Monochromatic Colors of #77A017
Black with #77A017
Text Example
Text Example
White with #77A017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A017; }
p { color: rgb(119,160,23); }
H1.HeaderClassName
{
color: #77A017;
}
.AnyTagClassName
{
color: #77A017;
}
</style>
background-color css
<style>
a { background-color: #77A017; }
a { background-color: rgb(119,160,23); }
div.DivClassName
{
background-color: #77A017;
}
.BgClassName
{
background-color: #77A017;
}
</style>
border-color css
<style>
span { border-color: #77A017; }
span { border-color: rgb(119,160,23); }
td.TdClassName
{
border-color: #77A017;
}
.TagClassName
{
border-color: #77A017;
}
</style>