Shades of Christi #76B211
Tints of Christi #76B211
RGB
CMYK
RGB Variations
Color information
#76B211 (or 0x76B211) is known color: Christi. HEX triplet: 76, B2 and 11. RGB value is (118,178,17). Sum of RGB (Red+Green+Blue) = 118+178+17=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 178 (69.92% from 255 or 56.87% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 178 - color contains mainly: green. Hex color #76B211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76B211 is #894DEE. Grayscale: #8E8E8E. Windows color (decimal): -8998383 or 1159798. OLE color: 1159798.
HSL color Cylindrical-coordinate representation of color #76B211: hue angle of 82.36º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76B211 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 178 | 17 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.30 |
| HSL | 82.36º | 0.83% | 0.38% | - |
| HSV(B) | 82.36º | 0.9% | 0.7% | - |
| XYZ | 23.49 | 35.73 | 6.19 | - |
| YUV | 141.71 | 57.62 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 178 | 17 | 0.34 | 0 | 0.90 | 0.30 | 82.36 | 0.83 | 0.38 |
| Hex | 76 | B2 | 11 | 22 | 0 | 5A | 1E | 52 | 53 | 26 |
| Octal | 166 | 262 | 21 | 42 | 0 | 132 | 36 | 122 | 123 | 46 |
| Binary | 1110110 | 10110010 | 10001 | 100010 | 0 | 1011010 | 11110 | 1010010 | 1010011 | 100110 |
Color Harmonies of #76B211
Complementary color
Monochromatic Colors of #76B211
Black with #76B211
Text Example
Text Example
White with #76B211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B211; }
p { color: rgb(118,178,17); }
H1.HeaderClassName
{
color: #76B211;
}
.AnyTagClassName
{
color: #76B211;
}
</style>
background-color css
<style>
a { background-color: #76B211; }
a { background-color: rgb(118,178,17); }
div.DivClassName
{
background-color: #76B211;
}
.BgClassName
{
background-color: #76B211;
}
</style>
border-color css
<style>
span { border-color: #76B211; }
span { border-color: rgb(118,178,17); }
td.TdClassName
{
border-color: #76B211;
}
.TagClassName
{
border-color: #76B211;
}
</style>