Shades of Christi #76AE17
Tints of Christi #76AE17
RGB
CMYK
RGB Variations
Color information
#76AE17 (or 0x76AE17) is known color: Christi. HEX triplet: 76, AE and 17. RGB value is (118,174,23). Sum of RGB (Red+Green+Blue) = 118+174+23=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 174 (68.36% from 255 or 55.24% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AE17 is #8951E8. Grayscale: #8C8C8C. Windows color (decimal): -8999401 or 1551990. OLE color: 1551990.
HSL color Cylindrical-coordinate representation of color #76AE17: hue angle of 82.25º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76AE17 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 174 | 23 | - |
| CMYK | 0.32 | 0 | 0.87 | 0.32 |
| HSL | 82.25º | 0.77% | 0.39% | - |
| HSV(B) | 82.25º | 0.87% | 0.68% | - |
| XYZ | 22.76 | 34.19 | 6.21 | - |
| YUV | 140.04 | 61.95 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 174 | 23 | 0.32 | 0 | 0.87 | 0.32 | 82.25 | 0.77 | 0.39 |
| Hex | 76 | AE | 17 | 20 | 0 | 57 | 20 | 52 | 4D | 27 |
| Octal | 166 | 256 | 27 | 40 | 0 | 127 | 40 | 122 | 115 | 47 |
| Binary | 1110110 | 10101110 | 10111 | 100000 | 0 | 1010111 | 100000 | 1010010 | 1001101 | 100111 |
Color Harmonies of #76AE17
Complementary color
Monochromatic Colors of #76AE17
Black with #76AE17
Text Example
Text Example
White with #76AE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AE17; }
p { color: rgb(118,174,23); }
H1.HeaderClassName
{
color: #76AE17;
}
.AnyTagClassName
{
color: #76AE17;
}
</style>
background-color css
<style>
a { background-color: #76AE17; }
a { background-color: rgb(118,174,23); }
div.DivClassName
{
background-color: #76AE17;
}
.BgClassName
{
background-color: #76AE17;
}
</style>
border-color css
<style>
span { border-color: #76AE17; }
span { border-color: rgb(118,174,23); }
td.TdClassName
{
border-color: #76AE17;
}
.TagClassName
{
border-color: #76AE17;
}
</style>