Shades of Christi #76C109
Tints of Christi #76C109
RGB
CMYK
RGB Variations
Color information
#76C109 (or 0x76C109) is known color: Christi. HEX triplet: 76, C1 and 09. RGB value is (118,193,9). Sum of RGB (Red+Green+Blue) = 118+193+9=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 193 (75.78% from 255 or 60.31% from 320); Blue value is 9 (3.91% from 255 or 2.81% from 320); Max value from RGB is 193 - color contains mainly: green. Hex color #76C109 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C109 is #893EF6. Grayscale: #969696. Windows color (decimal): -8994551 or 639350. OLE color: 639350.
HSL color Cylindrical-coordinate representation of color #76C109: hue angle of 84.46º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76C109 is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 9 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.24 |
| HSL | 84.46º | 0.91% | 0.4% | - |
| HSV(B) | 84.46º | 0.95% | 0.76% | - |
| XYZ | 26.59 | 42.01 | 6.97 | - |
| YUV | 149.6 | 48.65 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 9 | 0.39 | 0 | 0.95 | 0.24 | 84.46 | 0.91 | 0.4 |
| Hex | 76 | C1 | 9 | 27 | 0 | 5F | 18 | 54 | 5B | 28 |
| Octal | 166 | 301 | 11 | 47 | 0 | 137 | 30 | 124 | 133 | 50 |
| Binary | 1110110 | 11000001 | 1001 | 100111 | 0 | 1011111 | 11000 | 1010100 | 1011011 | 101000 |
Color Harmonies of #76C109
Complementary color
Monochromatic Colors of #76C109
Black with #76C109
Text Example
Text Example
White with #76C109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C109; }
p { color: rgb(118,193,9); }
H1.HeaderClassName
{
color: #76C109;
}
.AnyTagClassName
{
color: #76C109;
}
</style>
background-color css
<style>
a { background-color: #76C109; }
a { background-color: rgb(118,193,9); }
div.DivClassName
{
background-color: #76C109;
}
.BgClassName
{
background-color: #76C109;
}
</style>
border-color css
<style>
span { border-color: #76C109; }
span { border-color: rgb(118,193,9); }
td.TdClassName
{
border-color: #76C109;
}
.TagClassName
{
border-color: #76C109;
}
</style>