Shades of Christi #76A60A
Tints of Christi #76A60A
RGB
CMYK
RGB Variations
Color information
#76A60A (or 0x76A60A) is known color: Christi. HEX triplet: 76, A6 and 0A. RGB value is (118,166,10). Sum of RGB (Red+Green+Blue) = 118+166+10=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 166 (65.23% from 255 or 56.46% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 166 - color contains mainly: green. Hex color #76A60A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A60A is #8959F5. Grayscale: #868686. Windows color (decimal): -9001462 or 697974. OLE color: 697974.
HSL color Cylindrical-coordinate representation of color #76A60A: hue angle of 78.46º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76A60A is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 166 | 10 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.35 |
| HSL | 78.46º | 0.89% | 0.35% | - |
| HSV(B) | 78.46º | 0.94% | 0.65% | - |
| XYZ | 21.16 | 31.15 | 5.18 | - |
| YUV | 133.86 | 58.1 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 166 | 10 | 0.29 | 0 | 0.94 | 0.35 | 78.46 | 0.89 | 0.35 |
| Hex | 76 | A6 | A | 1D | 0 | 5E | 23 | 4E | 59 | 23 |
| Octal | 166 | 246 | 12 | 35 | 0 | 136 | 43 | 116 | 131 | 43 |
| Binary | 1110110 | 10100110 | 1010 | 11101 | 0 | 1011110 | 100011 | 1001110 | 1011001 | 100011 |
Color Harmonies of #76A60A
Complementary color
Monochromatic Colors of #76A60A
Black with #76A60A
Text Example
Text Example
White with #76A60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A60A; }
p { color: rgb(118,166,10); }
H1.HeaderClassName
{
color: #76A60A;
}
.AnyTagClassName
{
color: #76A60A;
}
</style>
background-color css
<style>
a { background-color: #76A60A; }
a { background-color: rgb(118,166,10); }
div.DivClassName
{
background-color: #76A60A;
}
.BgClassName
{
background-color: #76A60A;
}
</style>
border-color css
<style>
span { border-color: #76A60A; }
span { border-color: rgb(118,166,10); }
td.TdClassName
{
border-color: #76A60A;
}
.TagClassName
{
border-color: #76A60A;
}
</style>