Shades of Christi #76C608
Tints of Christi #76C608
RGB
CMYK
RGB Variations
Color information
#76C608 (or 0x76C608) is known color: Christi. HEX triplet: 76, C6 and 08. RGB value is (118,198,8). Sum of RGB (Red+Green+Blue) = 118+198+8=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 198 (77.73% from 255 or 61.11% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 198 - color contains mainly: green. Hex color #76C608 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C608 is #8939F7. Grayscale: #999999. Windows color (decimal): -8993272 or 575094. OLE color: 575094.
HSL color Cylindrical-coordinate representation of color #76C608: hue angle of 85.26º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76C608 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 198 | 8 | - |
| CMYK | 0.40 | 0 | 0.96 | 0.22 |
| HSL | 85.26º | 0.92% | 0.4% | - |
| HSV(B) | 85.26º | 0.96% | 0.78% | - |
| XYZ | 27.71 | 44.26 | 7.31 | - |
| YUV | 152.42 | 46.5 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 198 | 8 | 0.40 | 0 | 0.96 | 0.22 | 85.26 | 0.92 | 0.4 |
| Hex | 76 | C6 | 8 | 28 | 0 | 60 | 16 | 55 | 5C | 28 |
| Octal | 166 | 306 | 10 | 50 | 0 | 140 | 26 | 125 | 134 | 50 |
| Binary | 1110110 | 11000110 | 1000 | 101000 | 0 | 1100000 | 10110 | 1010101 | 1011100 | 101000 |
Color Harmonies of #76C608
Complementary color
Monochromatic Colors of #76C608
Black with #76C608
Text Example
Text Example
White with #76C608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C608; }
p { color: rgb(118,198,8); }
H1.HeaderClassName
{
color: #76C608;
}
.AnyTagClassName
{
color: #76C608;
}
</style>
background-color css
<style>
a { background-color: #76C608; }
a { background-color: rgb(118,198,8); }
div.DivClassName
{
background-color: #76C608;
}
.BgClassName
{
background-color: #76C608;
}
</style>
border-color css
<style>
span { border-color: #76C608; }
span { border-color: rgb(118,198,8); }
td.TdClassName
{
border-color: #76C608;
}
.TagClassName
{
border-color: #76C608;
}
</style>