Shades of Christi #76C609
Tints of Christi #76C609
RGB
CMYK
RGB Variations
Color information
#76C609 (or 0x76C609) is known color: Christi. HEX triplet: 76, C6 and 09. RGB value is (118,198,9). Sum of RGB (Red+Green+Blue) = 118+198+9=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 198 (77.73% from 255 or 60.92% from 325); Blue value is 9 (3.91% from 255 or 2.77% from 325); Max value from RGB is 198 - color contains mainly: green. Hex color #76C609 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C609 is #8939F6. Grayscale: #999999. Windows color (decimal): -8993271 or 640630. OLE color: 640630.
HSL color Cylindrical-coordinate representation of color #76C609: hue angle of 85.4º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76C609 is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 198 | 9 | - |
| CMYK | 0.40 | 0 | 0.95 | 0.22 |
| HSL | 85.4º | 0.91% | 0.41% | - |
| HSV(B) | 85.4º | 0.95% | 0.78% | - |
| XYZ | 27.71 | 44.26 | 7.34 | - |
| YUV | 152.53 | 47 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 198 | 9 | 0.40 | 0 | 0.95 | 0.22 | 85.4 | 0.91 | 0.41 |
| Hex | 76 | C6 | 9 | 28 | 0 | 5F | 16 | 55 | 5B | 29 |
| Octal | 166 | 306 | 11 | 50 | 0 | 137 | 26 | 125 | 133 | 51 |
| Binary | 1110110 | 11000110 | 1001 | 101000 | 0 | 1011111 | 10110 | 1010101 | 1011011 | 101001 |
Color Harmonies of #76C609
Complementary color
Monochromatic Colors of #76C609
Black with #76C609
Text Example
Text Example
White with #76C609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C609; }
p { color: rgb(118,198,9); }
H1.HeaderClassName
{
color: #76C609;
}
.AnyTagClassName
{
color: #76C609;
}
</style>
background-color css
<style>
a { background-color: #76C609; }
a { background-color: rgb(118,198,9); }
div.DivClassName
{
background-color: #76C609;
}
.BgClassName
{
background-color: #76C609;
}
</style>
border-color css
<style>
span { border-color: #76C609; }
span { border-color: rgb(118,198,9); }
td.TdClassName
{
border-color: #76C609;
}
.TagClassName
{
border-color: #76C609;
}
</style>