Shades of Christi #76A016
Tints of Christi #76A016
RGB
CMYK
RGB Variations
Color information
#76A016 (or 0x76A016) is known color: Christi. HEX triplet: 76, A0 and 16. RGB value is (118,160,22). Sum of RGB (Red+Green+Blue) = 118+160+22=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 160 (62.89% from 255 or 53.33% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 160 - color contains mainly: green. Hex color #76A016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A016 is #895FE9. Grayscale: #848484. Windows color (decimal): -9002986 or 1482870. OLE color: 1482870.
HSL color Cylindrical-coordinate representation of color #76A016: hue angle of 78.26º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76A016 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 160 | 22 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.37 |
| HSL | 78.26º | 0.76% | 0.36% | - |
| HSV(B) | 78.26º | 0.86% | 0.63% | - |
| XYZ | 20.19 | 29.05 | 5.3 | - |
| YUV | 131.71 | 66.09 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 160 | 22 | 0.26 | 0 | 0.86 | 0.37 | 78.26 | 0.76 | 0.36 |
| Hex | 76 | A0 | 16 | 1A | 0 | 56 | 25 | 4E | 4C | 24 |
| Octal | 166 | 240 | 26 | 32 | 0 | 126 | 45 | 116 | 114 | 44 |
| Binary | 1110110 | 10100000 | 10110 | 11010 | 0 | 1010110 | 100101 | 1001110 | 1001100 | 100100 |
Color Harmonies of #76A016
Complementary color
Monochromatic Colors of #76A016
Black with #76A016
Text Example
Text Example
White with #76A016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A016; }
p { color: rgb(118,160,22); }
H1.HeaderClassName
{
color: #76A016;
}
.AnyTagClassName
{
color: #76A016;
}
</style>
background-color css
<style>
a { background-color: #76A016; }
a { background-color: rgb(118,160,22); }
div.DivClassName
{
background-color: #76A016;
}
.BgClassName
{
background-color: #76A016;
}
</style>
border-color css
<style>
span { border-color: #76A016; }
span { border-color: rgb(118,160,22); }
td.TdClassName
{
border-color: #76A016;
}
.TagClassName
{
border-color: #76A016;
}
</style>