Shades of Christi #76C000
Tints of Christi #76C000
RGB
CMYK
RGB Variations
Color information
#76C000 (or 0x76C000) is known color: Christi. HEX triplet: 76, C0 and 00. RGB value is (118,192,0). Sum of RGB (Red+Green+Blue) = 118+192+0=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 192 (75.39% from 255 or 61.94% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 192 - color contains mainly: green. Hex color #76C000 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C000 is #893FFF. Grayscale: #949494. Windows color (decimal): -8994816 or 49270. OLE color: 49270.
HSL color Cylindrical-coordinate representation of color #76C000: hue angle of 83.13º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76C000 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 192 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.25 |
| HSL | 83.13º | 1% | 0.38% | - |
| HSV(B) | 83.13º | 1% | 0.75% | - |
| XYZ | 26.32 | 41.55 | 6.63 | - |
| YUV | 147.99 | 44.48 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 192 | 0 | 0.39 | 0 | 1 | 0.25 | 83.13 | 1 | 0.38 |
| Hex | 76 | C0 | 0 | 27 | 0 | 64 | 19 | 53 | 64 | 26 |
| Octal | 166 | 300 | 0 | 47 | 0 | 144 | 31 | 123 | 144 | 46 |
| Binary | 1110110 | 11000000 | 0 | 100111 | 0 | 1100100 | 11001 | 1010011 | 1100100 | 100110 |
Color Harmonies of #76C000
Complementary color
Monochromatic Colors of #76C000
Black with #76C000
Text Example
Text Example
White with #76C000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C000; }
p { color: rgb(118,192,0); }
H1.HeaderClassName
{
color: #76C000;
}
.AnyTagClassName
{
color: #76C000;
}
</style>
background-color css
<style>
a { background-color: #76C000; }
a { background-color: rgb(118,192,0); }
div.DivClassName
{
background-color: #76C000;
}
.BgClassName
{
background-color: #76C000;
}
</style>
border-color css
<style>
span { border-color: #76C000; }
span { border-color: rgb(118,192,0); }
td.TdClassName
{
border-color: #76C000;
}
.TagClassName
{
border-color: #76C000;
}
</style>