Shades of Christi #76C104
Tints of Christi #76C104
RGB
CMYK
RGB Variations
Color information
#76C104 (or 0x76C104) is known color: Christi. HEX triplet: 76, C1 and 04. RGB value is (118,193,4). Sum of RGB (Red+Green+Blue) = 118+193+4=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 193 (75.78% from 255 or 61.27% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 193 - color contains mainly: green. Hex color #76C104 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C104 is #893EFB. Grayscale: #959595. Windows color (decimal): -8994556 or 311670. OLE color: 311670.
HSL color Cylindrical-coordinate representation of color #76C104: hue angle of 83.81º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #76C104 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 4 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.24 |
| HSL | 83.81º | 0.96% | 0.39% | - |
| HSV(B) | 83.81º | 0.98% | 0.76% | - |
| XYZ | 26.56 | 42 | 6.82 | - |
| YUV | 149.03 | 46.15 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 4 | 0.39 | 0 | 0.98 | 0.24 | 83.81 | 0.96 | 0.39 |
| Hex | 76 | C1 | 4 | 27 | 0 | 62 | 18 | 54 | 60 | 27 |
| Octal | 166 | 301 | 4 | 47 | 0 | 142 | 30 | 124 | 140 | 47 |
| Binary | 1110110 | 11000001 | 100 | 100111 | 0 | 1100010 | 11000 | 1010100 | 1100000 | 100111 |
Color Harmonies of #76C104
Complementary color
Monochromatic Colors of #76C104
Black with #76C104
Text Example
Text Example
White with #76C104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C104; }
p { color: rgb(118,193,4); }
H1.HeaderClassName
{
color: #76C104;
}
.AnyTagClassName
{
color: #76C104;
}
</style>
background-color css
<style>
a { background-color: #76C104; }
a { background-color: rgb(118,193,4); }
div.DivClassName
{
background-color: #76C104;
}
.BgClassName
{
background-color: #76C104;
}
</style>
border-color css
<style>
span { border-color: #76C104; }
span { border-color: rgb(118,193,4); }
td.TdClassName
{
border-color: #76C104;
}
.TagClassName
{
border-color: #76C104;
}
</style>