Shades of Christi #76C708
Tints of Christi #76C708
RGB
CMYK
RGB Variations
Color information
#76C708 (or 0x76C708) is known color: Christi. HEX triplet: 76, C7 and 08. RGB value is (118,199,8). Sum of RGB (Red+Green+Blue) = 118+199+8=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 199 (78.12% from 255 or 61.23% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 199 - color contains mainly: green. Hex color #76C708 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C708 is #8938F7. Grayscale: #999999. Windows color (decimal): -8993016 or 575350. OLE color: 575350.
HSL color Cylindrical-coordinate representation of color #76C708: hue angle of 85.45º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76C708 is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 199 | 8 | - |
| CMYK | 0.41 | 0 | 0.96 | 0.22 |
| HSL | 85.45º | 0.92% | 0.41% | - |
| HSV(B) | 85.45º | 0.96% | 0.78% | - |
| XYZ | 27.94 | 44.72 | 7.39 | - |
| YUV | 153.01 | 46.16 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 199 | 8 | 0.41 | 0 | 0.96 | 0.22 | 85.45 | 0.92 | 0.41 |
| Hex | 76 | C7 | 8 | 29 | 0 | 60 | 16 | 55 | 5C | 29 |
| Octal | 166 | 307 | 10 | 51 | 0 | 140 | 26 | 125 | 134 | 51 |
| Binary | 1110110 | 11000111 | 1000 | 101001 | 0 | 1100000 | 10110 | 1010101 | 1011100 | 101001 |
Color Harmonies of #76C708
Complementary color
Monochromatic Colors of #76C708
Black with #76C708
Text Example
Text Example
White with #76C708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C708; }
p { color: rgb(118,199,8); }
H1.HeaderClassName
{
color: #76C708;
}
.AnyTagClassName
{
color: #76C708;
}
</style>
background-color css
<style>
a { background-color: #76C708; }
a { background-color: rgb(118,199,8); }
div.DivClassName
{
background-color: #76C708;
}
.BgClassName
{
background-color: #76C708;
}
</style>
border-color css
<style>
span { border-color: #76C708; }
span { border-color: rgb(118,199,8); }
td.TdClassName
{
border-color: #76C708;
}
.TagClassName
{
border-color: #76C708;
}
</style>