Shades of Christi #76C10D
Tints of Christi #76C10D
RGB
CMYK
RGB Variations
Color information
#76C10D (or 0x76C10D) is known color: Christi. HEX triplet: 76, C1 and 0D. RGB value is (118,193,13). Sum of RGB (Red+Green+Blue) = 118+193+13=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 193 (75.78% from 255 or 59.57% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 193 - color contains mainly: green. Hex color #76C10D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C10D is #893EF2. Grayscale: #969696. Windows color (decimal): -8994547 or 901494. OLE color: 901494.
HSL color Cylindrical-coordinate representation of color #76C10D: hue angle of 85º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76C10D is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 13 | - |
| CMYK | 0.39 | 0 | 0.93 | 0.24 |
| HSL | 85º | 0.87% | 0.4% | - |
| HSV(B) | 85º | 0.93% | 0.76% | - |
| XYZ | 26.61 | 42.02 | 7.09 | - |
| YUV | 150.06 | 50.65 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 13 | 0.39 | 0 | 0.93 | 0.24 | 85 | 0.87 | 0.4 |
| Hex | 76 | C1 | D | 27 | 0 | 5D | 18 | 55 | 57 | 28 |
| Octal | 166 | 301 | 15 | 47 | 0 | 135 | 30 | 125 | 127 | 50 |
| Binary | 1110110 | 11000001 | 1101 | 100111 | 0 | 1011101 | 11000 | 1010101 | 1010111 | 101000 |
Color Harmonies of #76C10D
Complementary color
Monochromatic Colors of #76C10D
Black with #76C10D
Text Example
Text Example
White with #76C10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C10D; }
p { color: rgb(118,193,13); }
H1.HeaderClassName
{
color: #76C10D;
}
.AnyTagClassName
{
color: #76C10D;
}
</style>
background-color css
<style>
a { background-color: #76C10D; }
a { background-color: rgb(118,193,13); }
div.DivClassName
{
background-color: #76C10D;
}
.BgClassName
{
background-color: #76C10D;
}
</style>
border-color css
<style>
span { border-color: #76C10D; }
span { border-color: rgb(118,193,13); }
td.TdClassName
{
border-color: #76C10D;
}
.TagClassName
{
border-color: #76C10D;
}
</style>