Shades of Christi #76C105
Tints of Christi #76C105
RGB
CMYK
RGB Variations
Color information
#76C105 (or 0x76C105) is known color: Christi. HEX triplet: 76, C1 and 05. RGB value is (118,193,5). Sum of RGB (Red+Green+Blue) = 118+193+5=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 193 (75.78% from 255 or 61.08% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 193 - color contains mainly: green. Hex color #76C105 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C105 is #893EFA. Grayscale: #959595. Windows color (decimal): -8994555 or 377206. OLE color: 377206.
HSL color Cylindrical-coordinate representation of color #76C105: hue angle of 83.94º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76C105 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 5 | - |
| CMYK | 0.39 | 0 | 0.97 | 0.24 |
| HSL | 83.94º | 0.95% | 0.39% | - |
| HSV(B) | 83.94º | 0.97% | 0.76% | - |
| XYZ | 26.57 | 42 | 6.85 | - |
| YUV | 149.14 | 46.65 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 5 | 0.39 | 0 | 0.97 | 0.24 | 83.94 | 0.95 | 0.39 |
| Hex | 76 | C1 | 5 | 27 | 0 | 61 | 18 | 54 | 5F | 27 |
| Octal | 166 | 301 | 5 | 47 | 0 | 141 | 30 | 124 | 137 | 47 |
| Binary | 1110110 | 11000001 | 101 | 100111 | 0 | 1100001 | 11000 | 1010100 | 1011111 | 100111 |
Color Harmonies of #76C105
Complementary color
Monochromatic Colors of #76C105
Black with #76C105
Text Example
Text Example
White with #76C105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C105; }
p { color: rgb(118,193,5); }
H1.HeaderClassName
{
color: #76C105;
}
.AnyTagClassName
{
color: #76C105;
}
</style>
background-color css
<style>
a { background-color: #76C105; }
a { background-color: rgb(118,193,5); }
div.DivClassName
{
background-color: #76C105;
}
.BgClassName
{
background-color: #76C105;
}
</style>
border-color css
<style>
span { border-color: #76C105; }
span { border-color: rgb(118,193,5); }
td.TdClassName
{
border-color: #76C105;
}
.TagClassName
{
border-color: #76C105;
}
</style>