Shades of Christi #76C80B
Tints of Christi #76C80B
RGB
CMYK
RGB Variations
Color information
#76C80B (or 0x76C80B) is known color: Christi. HEX triplet: 76, C8 and 0B. RGB value is (118,200,11). Sum of RGB (Red+Green+Blue) = 118+200+11=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 200 (78.52% from 255 or 60.79% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 200 - color contains mainly: green. Hex color #76C80B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C80B is #8937F4. Grayscale: #9A9A9A. Windows color (decimal): -8992757 or 772214. OLE color: 772214.
HSL color Cylindrical-coordinate representation of color #76C80B: hue angle of 86.03º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76C80B is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 200 | 11 | - |
| CMYK | 0.41 | 0 | 0.94 | 0.22 |
| HSL | 86.03º | 0.9% | 0.41% | - |
| HSV(B) | 86.03º | 0.95% | 0.78% | - |
| XYZ | 28.19 | 45.18 | 7.55 | - |
| YUV | 153.94 | 47.33 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 200 | 11 | 0.41 | 0 | 0.94 | 0.22 | 86.03 | 0.9 | 0.41 |
| Hex | 76 | C8 | B | 29 | 0 | 5E | 16 | 56 | 5A | 29 |
| Octal | 166 | 310 | 13 | 51 | 0 | 136 | 26 | 126 | 132 | 51 |
| Binary | 1110110 | 11001000 | 1011 | 101001 | 0 | 1011110 | 10110 | 1010110 | 1011010 | 101001 |
Color Harmonies of #76C80B
Complementary color
Monochromatic Colors of #76C80B
Black with #76C80B
Text Example
Text Example
White with #76C80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C80B; }
p { color: rgb(118,200,11); }
H1.HeaderClassName
{
color: #76C80B;
}
.AnyTagClassName
{
color: #76C80B;
}
</style>
background-color css
<style>
a { background-color: #76C80B; }
a { background-color: rgb(118,200,11); }
div.DivClassName
{
background-color: #76C80B;
}
.BgClassName
{
background-color: #76C80B;
}
</style>
border-color css
<style>
span { border-color: #76C80B; }
span { border-color: rgb(118,200,11); }
td.TdClassName
{
border-color: #76C80B;
}
.TagClassName
{
border-color: #76C80B;
}
</style>