Shades of Christi #76C908
Tints of Christi #76C908
RGB
CMYK
RGB Variations
Color information
#76C908 (or 0x76C908) is known color: Christi. HEX triplet: 76, C9 and 08. RGB value is (118,201,8). Sum of RGB (Red+Green+Blue) = 118+201+8=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 201 (78.91% from 255 or 61.47% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 201 - color contains mainly: green. Hex color #76C908 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C908 is #8936F7. Grayscale: #9A9A9A. Windows color (decimal): -8992504 or 575862. OLE color: 575862.
HSL color Cylindrical-coordinate representation of color #76C908: hue angle of 85.8º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76C908 is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 201 | 8 | - |
| CMYK | 0.41 | 0 | 0.96 | 0.21 |
| HSL | 85.8º | 0.92% | 0.41% | - |
| HSV(B) | 85.8º | 0.96% | 0.79% | - |
| XYZ | 28.4 | 45.64 | 7.54 | - |
| YUV | 154.18 | 45.5 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 201 | 8 | 0.41 | 0 | 0.96 | 0.21 | 85.8 | 0.92 | 0.41 |
| Hex | 76 | C9 | 8 | 29 | 0 | 60 | 15 | 56 | 5C | 29 |
| Octal | 166 | 311 | 10 | 51 | 0 | 140 | 25 | 126 | 134 | 51 |
| Binary | 1110110 | 11001001 | 1000 | 101001 | 0 | 1100000 | 10101 | 1010110 | 1011100 | 101001 |
Color Harmonies of #76C908
Complementary color
Monochromatic Colors of #76C908
Black with #76C908
Text Example
Text Example
White with #76C908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C908; }
p { color: rgb(118,201,8); }
H1.HeaderClassName
{
color: #76C908;
}
.AnyTagClassName
{
color: #76C908;
}
</style>
background-color css
<style>
a { background-color: #76C908; }
a { background-color: rgb(118,201,8); }
div.DivClassName
{
background-color: #76C908;
}
.BgClassName
{
background-color: #76C908;
}
</style>
border-color css
<style>
span { border-color: #76C908; }
span { border-color: rgb(118,201,8); }
td.TdClassName
{
border-color: #76C908;
}
.TagClassName
{
border-color: #76C908;
}
</style>