Shades of Christi #76A811
Tints of Christi #76A811
RGB
CMYK
RGB Variations
Color information
#76A811 (or 0x76A811) is known color: Christi. HEX triplet: 76, A8 and 11. RGB value is (118,168,17). Sum of RGB (Red+Green+Blue) = 118+168+17=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 168 (66.02% from 255 or 55.45% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 168 - color contains mainly: green. Hex color #76A811 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A811 is #8957EE. Grayscale: #888888. Windows color (decimal): -9000943 or 1157238. OLE color: 1157238.
HSL color Cylindrical-coordinate representation of color #76A811: hue angle of 79.87º 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 #76A811 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 168 | 17 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.34 |
| HSL | 79.87º | 0.82% | 0.36% | - |
| HSV(B) | 79.87º | 0.9% | 0.66% | - |
| XYZ | 21.58 | 31.9 | 5.55 | - |
| YUV | 135.84 | 60.94 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 168 | 17 | 0.30 | 0 | 0.90 | 0.34 | 79.87 | 0.82 | 0.36 |
| Hex | 76 | A8 | 11 | 1E | 0 | 5A | 22 | 50 | 52 | 24 |
| Octal | 166 | 250 | 21 | 36 | 0 | 132 | 42 | 120 | 122 | 44 |
| Binary | 1110110 | 10101000 | 10001 | 11110 | 0 | 1011010 | 100010 | 1010000 | 1010010 | 100100 |
Color Harmonies of #76A811
Complementary color
Monochromatic Colors of #76A811
Black with #76A811
Text Example
Text Example
White with #76A811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A811; }
p { color: rgb(118,168,17); }
H1.HeaderClassName
{
color: #76A811;
}
.AnyTagClassName
{
color: #76A811;
}
</style>
background-color css
<style>
a { background-color: #76A811; }
a { background-color: rgb(118,168,17); }
div.DivClassName
{
background-color: #76A811;
}
.BgClassName
{
background-color: #76A811;
}
</style>
border-color css
<style>
span { border-color: #76A811; }
span { border-color: rgb(118,168,17); }
td.TdClassName
{
border-color: #76A811;
}
.TagClassName
{
border-color: #76A811;
}
</style>