Shades of Christi #76AE16
Tints of Christi #76AE16
RGB
CMYK
RGB Variations
Color information
#76AE16 (or 0x76AE16) is known color: Christi. HEX triplet: 76, AE and 16. RGB value is (118,174,22). Sum of RGB (Red+Green+Blue) = 118+174+22=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 174 (68.36% from 255 or 55.41% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AE16 is #8951E9. Grayscale: #8C8C8C. Windows color (decimal): -8999402 or 1486454. OLE color: 1486454.
HSL color Cylindrical-coordinate representation of color #76AE16: hue angle of 82.11º degrees, saturation: 0.78, 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 #76AE16 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 174 | 22 | - |
| CMYK | 0.32 | 0 | 0.87 | 0.32 |
| HSL | 82.11º | 0.78% | 0.38% | - |
| HSV(B) | 82.11º | 0.87% | 0.68% | - |
| XYZ | 22.75 | 34.18 | 6.16 | - |
| YUV | 139.93 | 61.45 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 174 | 22 | 0.32 | 0 | 0.87 | 0.32 | 82.11 | 0.78 | 0.38 |
| Hex | 76 | AE | 16 | 20 | 0 | 57 | 20 | 52 | 4E | 26 |
| Octal | 166 | 256 | 26 | 40 | 0 | 127 | 40 | 122 | 116 | 46 |
| Binary | 1110110 | 10101110 | 10110 | 100000 | 0 | 1010111 | 100000 | 1010010 | 1001110 | 100110 |
Color Harmonies of #76AE16
Complementary color
Monochromatic Colors of #76AE16
Black with #76AE16
Text Example
Text Example
White with #76AE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AE16; }
p { color: rgb(118,174,22); }
H1.HeaderClassName
{
color: #76AE16;
}
.AnyTagClassName
{
color: #76AE16;
}
</style>
background-color css
<style>
a { background-color: #76AE16; }
a { background-color: rgb(118,174,22); }
div.DivClassName
{
background-color: #76AE16;
}
.BgClassName
{
background-color: #76AE16;
}
</style>
border-color css
<style>
span { border-color: #76AE16; }
span { border-color: rgb(118,174,22); }
td.TdClassName
{
border-color: #76AE16;
}
.TagClassName
{
border-color: #76AE16;
}
</style>