Shades of Christi #76A911
Tints of Christi #76A911
RGB
CMYK
RGB Variations
Color information
#76A911 (or 0x76A911) is known color: Christi. HEX triplet: 76, A9 and 11. RGB value is (118,169,17). Sum of RGB (Red+Green+Blue) = 118+169+17=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 169 (66.41% from 255 or 55.59% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 169 - color contains mainly: green. Hex color #76A911 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A911 is #8956EE. Grayscale: #888888. Windows color (decimal): -9000687 or 1157494. OLE color: 1157494.
HSL color Cylindrical-coordinate representation of color #76A911: hue angle of 80.13º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76A911 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 169 | 17 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.34 |
| HSL | 80.13º | 0.82% | 0.36% | - |
| HSV(B) | 80.13º | 0.9% | 0.66% | - |
| XYZ | 21.76 | 32.27 | 5.61 | - |
| YUV | 136.42 | 60.6 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 169 | 17 | 0.30 | 0 | 0.90 | 0.34 | 80.13 | 0.82 | 0.36 |
| Hex | 76 | A9 | 11 | 1E | 0 | 5A | 22 | 50 | 52 | 24 |
| Octal | 166 | 251 | 21 | 36 | 0 | 132 | 42 | 120 | 122 | 44 |
| Binary | 1110110 | 10101001 | 10001 | 11110 | 0 | 1011010 | 100010 | 1010000 | 1010010 | 100100 |
Color Harmonies of #76A911
Complementary color
Monochromatic Colors of #76A911
Black with #76A911
Text Example
Text Example
White with #76A911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A911; }
p { color: rgb(118,169,17); }
H1.HeaderClassName
{
color: #76A911;
}
.AnyTagClassName
{
color: #76A911;
}
</style>
background-color css
<style>
a { background-color: #76A911; }
a { background-color: rgb(118,169,17); }
div.DivClassName
{
background-color: #76A911;
}
.BgClassName
{
background-color: #76A911;
}
</style>
border-color css
<style>
span { border-color: #76A911; }
span { border-color: rgb(118,169,17); }
td.TdClassName
{
border-color: #76A911;
}
.TagClassName
{
border-color: #76A911;
}
</style>