Shades of Christi #76A210
Tints of Christi #76A210
RGB
CMYK
RGB Variations
Color information
#76A210 (or 0x76A210) is known color: Christi. HEX triplet: 76, A2 and 10. RGB value is (118,162,16). Sum of RGB (Red+Green+Blue) = 118+162+16=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 162 (63.67% from 255 or 54.73% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 162 - color contains mainly: green. Hex color #76A210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A210 is #895DEF. Grayscale: #848484. Windows color (decimal): -9002480 or 1090166. OLE color: 1090166.
HSL color Cylindrical-coordinate representation of color #76A210: hue angle of 78.08º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76A210 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 162 | 16 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.36 |
| HSL | 78.08º | 0.82% | 0.35% | - |
| HSV(B) | 78.08º | 0.9% | 0.64% | - |
| XYZ | 20.49 | 29.73 | 5.15 | - |
| YUV | 132.2 | 62.42 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 162 | 16 | 0.27 | 0 | 0.90 | 0.36 | 78.08 | 0.82 | 0.35 |
| Hex | 76 | A2 | 10 | 1B | 0 | 5A | 24 | 4E | 52 | 23 |
| Octal | 166 | 242 | 20 | 33 | 0 | 132 | 44 | 116 | 122 | 43 |
| Binary | 1110110 | 10100010 | 10000 | 11011 | 0 | 1011010 | 100100 | 1001110 | 1010010 | 100011 |
Color Harmonies of #76A210
Complementary color
Monochromatic Colors of #76A210
Black with #76A210
Text Example
Text Example
White with #76A210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A210; }
p { color: rgb(118,162,16); }
H1.HeaderClassName
{
color: #76A210;
}
.AnyTagClassName
{
color: #76A210;
}
</style>
background-color css
<style>
a { background-color: #76A210; }
a { background-color: rgb(118,162,16); }
div.DivClassName
{
background-color: #76A210;
}
.BgClassName
{
background-color: #76A210;
}
</style>
border-color css
<style>
span { border-color: #76A210; }
span { border-color: rgb(118,162,16); }
td.TdClassName
{
border-color: #76A210;
}
.TagClassName
{
border-color: #76A210;
}
</style>