Shades of Christi #76A718
Tints of Christi #76A718
RGB
CMYK
RGB Variations
Color information
#76A718 (or 0x76A718) is known color: Christi. HEX triplet: 76, A7 and 18. RGB value is (118,167,24). Sum of RGB (Red+Green+Blue) = 118+167+24=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 167 (65.62% from 255 or 54.05% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 167 - color contains mainly: green. Hex color #76A718 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A718 is #8958E7. Grayscale: #888888. Windows color (decimal): -9001192 or 1615734. OLE color: 1615734.
HSL color Cylindrical-coordinate representation of color #76A718: hue angle of 80.56º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76A718 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 167 | 24 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.35 |
| HSL | 80.56º | 0.75% | 0.37% | - |
| HSV(B) | 80.56º | 0.86% | 0.65% | - |
| XYZ | 21.45 | 31.55 | 5.82 | - |
| YUV | 136.05 | 64.77 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 167 | 24 | 0.29 | 0 | 0.86 | 0.35 | 80.56 | 0.75 | 0.37 |
| Hex | 76 | A7 | 18 | 1D | 0 | 56 | 23 | 51 | 4B | 25 |
| Octal | 166 | 247 | 30 | 35 | 0 | 126 | 43 | 121 | 113 | 45 |
| Binary | 1110110 | 10100111 | 11000 | 11101 | 0 | 1010110 | 100011 | 1010001 | 1001011 | 100101 |
Color Harmonies of #76A718
Complementary color
Monochromatic Colors of #76A718
Black with #76A718
Text Example
Text Example
White with #76A718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A718; }
p { color: rgb(118,167,24); }
H1.HeaderClassName
{
color: #76A718;
}
.AnyTagClassName
{
color: #76A718;
}
</style>
background-color css
<style>
a { background-color: #76A718; }
a { background-color: rgb(118,167,24); }
div.DivClassName
{
background-color: #76A718;
}
.BgClassName
{
background-color: #76A718;
}
</style>
border-color css
<style>
span { border-color: #76A718; }
span { border-color: rgb(118,167,24); }
td.TdClassName
{
border-color: #76A718;
}
.TagClassName
{
border-color: #76A718;
}
</style>