Shades of Christi #76C107
Tints of Christi #76C107
RGB
CMYK
RGB Variations
Color information
#76C107 (or 0x76C107) is known color: Christi. HEX triplet: 76, C1 and 07. RGB value is (118,193,7). Sum of RGB (Red+Green+Blue) = 118+193+7=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 193 (75.78% from 255 or 60.69% from 318); Blue value is 7 (3.12% from 255 or 2.20% from 318); Max value from RGB is 193 - color contains mainly: green. Hex color #76C107 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C107 is #893EF8. Grayscale: #969696. Windows color (decimal): -8994553 or 508278. OLE color: 508278.
HSL color Cylindrical-coordinate representation of color #76C107: hue angle of 84.19º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76C107 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 7 | - |
| CMYK | 0.39 | 0 | 0.96 | 0.24 |
| HSL | 84.19º | 0.93% | 0.39% | - |
| HSV(B) | 84.19º | 0.96% | 0.76% | - |
| XYZ | 26.58 | 42.01 | 6.91 | - |
| YUV | 149.37 | 47.65 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 7 | 0.39 | 0 | 0.96 | 0.24 | 84.19 | 0.93 | 0.39 |
| Hex | 76 | C1 | 7 | 27 | 0 | 60 | 18 | 54 | 5D | 27 |
| Octal | 166 | 301 | 7 | 47 | 0 | 140 | 30 | 124 | 135 | 47 |
| Binary | 1110110 | 11000001 | 111 | 100111 | 0 | 1100000 | 11000 | 1010100 | 1011101 | 100111 |
Color Harmonies of #76C107
Complementary color
Monochromatic Colors of #76C107
Black with #76C107
Text Example
Text Example
White with #76C107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C107; }
p { color: rgb(118,193,7); }
H1.HeaderClassName
{
color: #76C107;
}
.AnyTagClassName
{
color: #76C107;
}
</style>
background-color css
<style>
a { background-color: #76C107; }
a { background-color: rgb(118,193,7); }
div.DivClassName
{
background-color: #76C107;
}
.BgClassName
{
background-color: #76C107;
}
</style>
border-color css
<style>
span { border-color: #76C107; }
span { border-color: rgb(118,193,7); }
td.TdClassName
{
border-color: #76C107;
}
.TagClassName
{
border-color: #76C107;
}
</style>