Shades of Christi #76A617
Tints of Christi #76A617
RGB
CMYK
RGB Variations
Color information
#76A617 (or 0x76A617) is known color: Christi. HEX triplet: 76, A6 and 17. RGB value is (118,166,23). Sum of RGB (Red+Green+Blue) = 118+166+23=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 166 (65.23% from 255 or 54.07% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 166 - color contains mainly: green. Hex color #76A617 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A617 is #8959E8. Grayscale: #878787. Windows color (decimal): -9001449 or 1549942. OLE color: 1549942.
HSL color Cylindrical-coordinate representation of color #76A617: hue angle of 80.14º degrees, saturation: 0.76, 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 #76A617 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 166 | 23 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.35 |
| HSL | 80.14º | 0.76% | 0.37% | - |
| HSV(B) | 80.14º | 0.86% | 0.65% | - |
| XYZ | 21.26 | 31.19 | 5.71 | - |
| YUV | 135.35 | 64.6 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 166 | 23 | 0.29 | 0 | 0.86 | 0.35 | 80.14 | 0.76 | 0.37 |
| Hex | 76 | A6 | 17 | 1D | 0 | 56 | 23 | 50 | 4C | 25 |
| Octal | 166 | 246 | 27 | 35 | 0 | 126 | 43 | 120 | 114 | 45 |
| Binary | 1110110 | 10100110 | 10111 | 11101 | 0 | 1010110 | 100011 | 1010000 | 1001100 | 100101 |
Color Harmonies of #76A617
Complementary color
Monochromatic Colors of #76A617
Black with #76A617
Text Example
Text Example
White with #76A617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A617; }
p { color: rgb(118,166,23); }
H1.HeaderClassName
{
color: #76A617;
}
.AnyTagClassName
{
color: #76A617;
}
</style>
background-color css
<style>
a { background-color: #76A617; }
a { background-color: rgb(118,166,23); }
div.DivClassName
{
background-color: #76A617;
}
.BgClassName
{
background-color: #76A617;
}
</style>
border-color css
<style>
span { border-color: #76A617; }
span { border-color: rgb(118,166,23); }
td.TdClassName
{
border-color: #76A617;
}
.TagClassName
{
border-color: #76A617;
}
</style>