Shades of Christi #76C208
Tints of Christi #76C208
RGB
CMYK
RGB Variations
Color information
#76C208 (or 0x76C208) is known color: Christi. HEX triplet: 76, C2 and 08. RGB value is (118,194,8). Sum of RGB (Red+Green+Blue) = 118+194+8=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 194 (76.17% from 255 or 60.62% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 194 - color contains mainly: green. Hex color #76C208 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C208 is #893DF7. Grayscale: #969696. Windows color (decimal): -8994296 or 574070. OLE color: 574070.
HSL color Cylindrical-coordinate representation of color #76C208: hue angle of 84.52º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76C208 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 194 | 8 | - |
| CMYK | 0.39 | 0 | 0.96 | 0.24 |
| HSL | 84.52º | 0.92% | 0.4% | - |
| HSV(B) | 84.52º | 0.96% | 0.76% | - |
| XYZ | 26.81 | 42.45 | 7.01 | - |
| YUV | 150.07 | 47.82 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 194 | 8 | 0.39 | 0 | 0.96 | 0.24 | 84.52 | 0.92 | 0.4 |
| Hex | 76 | C2 | 8 | 27 | 0 | 60 | 18 | 55 | 5C | 28 |
| Octal | 166 | 302 | 10 | 47 | 0 | 140 | 30 | 125 | 134 | 50 |
| Binary | 1110110 | 11000010 | 1000 | 100111 | 0 | 1100000 | 11000 | 1010101 | 1011100 | 101000 |
Color Harmonies of #76C208
Complementary color
Monochromatic Colors of #76C208
Black with #76C208
Text Example
Text Example
White with #76C208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C208; }
p { color: rgb(118,194,8); }
H1.HeaderClassName
{
color: #76C208;
}
.AnyTagClassName
{
color: #76C208;
}
</style>
background-color css
<style>
a { background-color: #76C208; }
a { background-color: rgb(118,194,8); }
div.DivClassName
{
background-color: #76C208;
}
.BgClassName
{
background-color: #76C208;
}
</style>
border-color css
<style>
span { border-color: #76C208; }
span { border-color: rgb(118,194,8); }
td.TdClassName
{
border-color: #76C208;
}
.TagClassName
{
border-color: #76C208;
}
</style>