Shades of Christi #76AB18
Tints of Christi #76AB18
RGB
CMYK
RGB Variations
Color information
#76AB18 (or 0x76AB18) is known color: Christi. HEX triplet: 76, AB and 18. RGB value is (118,171,24). Sum of RGB (Red+Green+Blue) = 118+171+24=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AB18 is #8954E7. Grayscale: #8A8A8A. Windows color (decimal): -9000168 or 1616758. OLE color: 1616758.
HSL color Cylindrical-coordinate representation of color #76AB18: hue angle of 81.63º 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 #76AB18 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 171 | 24 | - |
| CMYK | 0.31 | 0 | 0.86 | 0.33 |
| HSL | 81.63º | 0.75% | 0.38% | - |
| HSV(B) | 81.63º | 0.86% | 0.67% | - |
| XYZ | 22.2 | 33.04 | 6.07 | - |
| YUV | 138.4 | 63.44 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 171 | 24 | 0.31 | 0 | 0.86 | 0.33 | 81.63 | 0.75 | 0.38 |
| Hex | 76 | AB | 18 | 1F | 0 | 56 | 21 | 52 | 4B | 26 |
| Octal | 166 | 253 | 30 | 37 | 0 | 126 | 41 | 122 | 113 | 46 |
| Binary | 1110110 | 10101011 | 11000 | 11111 | 0 | 1010110 | 100001 | 1010010 | 1001011 | 100110 |
Color Harmonies of #76AB18
Complementary color
Monochromatic Colors of #76AB18
Black with #76AB18
Text Example
Text Example
White with #76AB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AB18; }
p { color: rgb(118,171,24); }
H1.HeaderClassName
{
color: #76AB18;
}
.AnyTagClassName
{
color: #76AB18;
}
</style>
background-color css
<style>
a { background-color: #76AB18; }
a { background-color: rgb(118,171,24); }
div.DivClassName
{
background-color: #76AB18;
}
.BgClassName
{
background-color: #76AB18;
}
</style>
border-color css
<style>
span { border-color: #76AB18; }
span { border-color: rgb(118,171,24); }
td.TdClassName
{
border-color: #76AB18;
}
.TagClassName
{
border-color: #76AB18;
}
</style>