Shades of Christi #76C110
Tints of Christi #76C110
RGB
CMYK
RGB Variations
Color information
#76C110 (or 0x76C110) is known color: Christi. HEX triplet: 76, C1 and 10. RGB value is (118,193,16). Sum of RGB (Red+Green+Blue) = 118+193+16=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 193 (75.78% from 255 or 59.02% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 193 - color contains mainly: green. Hex color #76C110 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C110 is #893EEF. Grayscale: #979797. Windows color (decimal): -8994544 or 1098102. OLE color: 1098102.
HSL color Cylindrical-coordinate representation of color #76C110: hue angle of 85.42º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76C110 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 16 | - |
| CMYK | 0.39 | 0 | 0.92 | 0.24 |
| HSL | 85.42º | 0.85% | 0.41% | - |
| HSV(B) | 85.42º | 0.92% | 0.76% | - |
| XYZ | 26.63 | 42.03 | 7.2 | - |
| YUV | 150.4 | 52.15 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 16 | 0.39 | 0 | 0.92 | 0.24 | 85.42 | 0.85 | 0.41 |
| Hex | 76 | C1 | 10 | 27 | 0 | 5C | 18 | 55 | 55 | 29 |
| Octal | 166 | 301 | 20 | 47 | 0 | 134 | 30 | 125 | 125 | 51 |
| Binary | 1110110 | 11000001 | 10000 | 100111 | 0 | 1011100 | 11000 | 1010101 | 1010101 | 101001 |
Color Harmonies of #76C110
Complementary color
Monochromatic Colors of #76C110
Black with #76C110
Text Example
Text Example
White with #76C110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C110; }
p { color: rgb(118,193,16); }
H1.HeaderClassName
{
color: #76C110;
}
.AnyTagClassName
{
color: #76C110;
}
</style>
background-color css
<style>
a { background-color: #76C110; }
a { background-color: rgb(118,193,16); }
div.DivClassName
{
background-color: #76C110;
}
.BgClassName
{
background-color: #76C110;
}
</style>
border-color css
<style>
span { border-color: #76C110; }
span { border-color: rgb(118,193,16); }
td.TdClassName
{
border-color: #76C110;
}
.TagClassName
{
border-color: #76C110;
}
</style>