Shades of Christi #77AD17
Tints of Christi #77AD17
RGB
CMYK
RGB Variations
Color information
#77AD17 (or 0x77AD17) is known color: Christi. HEX triplet: 77, AD and 17. RGB value is (119,173,23). Sum of RGB (Red+Green+Blue) = 119+173+23=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 173 (67.97% from 255 or 54.92% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 173 - color contains mainly: green. Hex color #77AD17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77AD17 is #8852E8. Grayscale: #8C8C8C. Windows color (decimal): -8934121 or 1551735. OLE color: 1551735.
HSL color Cylindrical-coordinate representation of color #77AD17: hue angle of 81.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77AD17 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 173 | 23 | - |
| CMYK | 0.31 | 0 | 0.87 | 0.32 |
| HSL | 81.6º | 0.77% | 0.38% | - |
| HSV(B) | 81.6º | 0.87% | 0.68% | - |
| XYZ | 22.71 | 33.87 | 6.15 | - |
| YUV | 139.75 | 62.11 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 173 | 23 | 0.31 | 0 | 0.87 | 0.32 | 81.6 | 0.77 | 0.38 |
| Hex | 77 | AD | 17 | 1F | 0 | 57 | 20 | 52 | 4D | 26 |
| Octal | 167 | 255 | 27 | 37 | 0 | 127 | 40 | 122 | 115 | 46 |
| Binary | 1110111 | 10101101 | 10111 | 11111 | 0 | 1010111 | 100000 | 1010010 | 1001101 | 100110 |
Color Harmonies of #77AD17
Complementary color
Monochromatic Colors of #77AD17
Black with #77AD17
Text Example
Text Example
White with #77AD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AD17; }
p { color: rgb(119,173,23); }
H1.HeaderClassName
{
color: #77AD17;
}
.AnyTagClassName
{
color: #77AD17;
}
</style>
background-color css
<style>
a { background-color: #77AD17; }
a { background-color: rgb(119,173,23); }
div.DivClassName
{
background-color: #77AD17;
}
.BgClassName
{
background-color: #77AD17;
}
</style>
border-color css
<style>
span { border-color: #77AD17; }
span { border-color: rgb(119,173,23); }
td.TdClassName
{
border-color: #77AD17;
}
.TagClassName
{
border-color: #77AD17;
}
</style>