Shades of Christi #77AB18
Tints of Christi #77AB18
RGB
CMYK
RGB Variations
Color information
#77AB18 (or 0x77AB18) is known color: Christi. HEX triplet: 77, AB and 18. RGB value is (119,171,24). Sum of RGB (Red+Green+Blue) = 119+171+24=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 171 (67.19% from 255 or 54.46% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 171 - color contains mainly: green. Hex color #77AB18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77AB18 is #8854E7. Grayscale: #8B8B8B. Windows color (decimal): -8934632 or 1616759. OLE color: 1616759.
HSL color Cylindrical-coordinate representation of color #77AB18: hue angle of 81.22º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77AB18 is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 171 | 24 | - |
| CMYK | 0.30 | 0 | 0.86 | 0.33 |
| HSL | 81.22º | 0.75% | 0.38% | - |
| HSV(B) | 81.22º | 0.86% | 0.67% | - |
| XYZ | 22.34 | 33.11 | 6.08 | - |
| YUV | 138.69 | 63.27 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 171 | 24 | 0.30 | 0 | 0.86 | 0.33 | 81.22 | 0.75 | 0.38 |
| Hex | 77 | AB | 18 | 1E | 0 | 56 | 21 | 51 | 4B | 26 |
| Octal | 167 | 253 | 30 | 36 | 0 | 126 | 41 | 121 | 113 | 46 |
| Binary | 1110111 | 10101011 | 11000 | 11110 | 0 | 1010110 | 100001 | 1010001 | 1001011 | 100110 |
Color Harmonies of #77AB18
Complementary color
Monochromatic Colors of #77AB18
Black with #77AB18
Text Example
Text Example
White with #77AB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AB18; }
p { color: rgb(119,171,24); }
H1.HeaderClassName
{
color: #77AB18;
}
.AnyTagClassName
{
color: #77AB18;
}
</style>
background-color css
<style>
a { background-color: #77AB18; }
a { background-color: rgb(119,171,24); }
div.DivClassName
{
background-color: #77AB18;
}
.BgClassName
{
background-color: #77AB18;
}
</style>
border-color css
<style>
span { border-color: #77AB18; }
span { border-color: rgb(119,171,24); }
td.TdClassName
{
border-color: #77AB18;
}
.TagClassName
{
border-color: #77AB18;
}
</style>