Shades of Christi #76C108
Tints of Christi #76C108
RGB
CMYK
RGB Variations
Color information
#76C108 (or 0x76C108) is known color: Christi. HEX triplet: 76, C1 and 08. RGB value is (118,193,8). Sum of RGB (Red+Green+Blue) = 118+193+8=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #76C108 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C108 is #893EF7. Grayscale: #969696. Windows color (decimal): -8994552 or 573814. OLE color: 573814.
HSL color Cylindrical-coordinate representation of color #76C108: hue angle of 84.32º degrees, saturation: 0.92, 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 #76C108 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 8 | - |
| CMYK | 0.39 | 0 | 0.96 | 0.24 |
| HSL | 84.32º | 0.92% | 0.39% | - |
| HSV(B) | 84.32º | 0.96% | 0.76% | - |
| XYZ | 26.59 | 42.01 | 6.94 | - |
| YUV | 149.49 | 48.15 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 8 | 0.39 | 0 | 0.96 | 0.24 | 84.32 | 0.92 | 0.39 |
| Hex | 76 | C1 | 8 | 27 | 0 | 60 | 18 | 54 | 5C | 27 |
| Octal | 166 | 301 | 10 | 47 | 0 | 140 | 30 | 124 | 134 | 47 |
| Binary | 1110110 | 11000001 | 1000 | 100111 | 0 | 1100000 | 11000 | 1010100 | 1011100 | 100111 |
Color Harmonies of #76C108
Complementary color
Monochromatic Colors of #76C108
Black with #76C108
Text Example
Text Example
White with #76C108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C108; }
p { color: rgb(118,193,8); }
H1.HeaderClassName
{
color: #76C108;
}
.AnyTagClassName
{
color: #76C108;
}
</style>
background-color css
<style>
a { background-color: #76C108; }
a { background-color: rgb(118,193,8); }
div.DivClassName
{
background-color: #76C108;
}
.BgClassName
{
background-color: #76C108;
}
</style>
border-color css
<style>
span { border-color: #76C108; }
span { border-color: rgb(118,193,8); }
td.TdClassName
{
border-color: #76C108;
}
.TagClassName
{
border-color: #76C108;
}
</style>