Shades of Christi #76A009
Tints of Christi #76A009
RGB
CMYK
RGB Variations
Color information
#76A009 (or 0x76A009) is known color: Christi. HEX triplet: 76, A0 and 09. RGB value is (118,160,9). Sum of RGB (Red+Green+Blue) = 118+160+9=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 160 (62.89% from 255 or 55.75% from 287); Blue value is 9 (3.91% from 255 or 3.14% from 287); Max value from RGB is 160 - color contains mainly: green. Hex color #76A009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A009 is #895FF6. Grayscale: #828282. Windows color (decimal): -9002999 or 630902. OLE color: 630902.
HSL color Cylindrical-coordinate representation of color #76A009: hue angle of 76.69º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76A009 is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 160 | 9 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.37 |
| HSL | 76.69º | 0.89% | 0.33% | - |
| HSV(B) | 76.69º | 0.94% | 0.63% | - |
| XYZ | 20.09 | 29.01 | 4.8 | - |
| YUV | 130.23 | 59.59 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 160 | 9 | 0.26 | 0 | 0.94 | 0.37 | 76.69 | 0.89 | 0.33 |
| Hex | 76 | A0 | 9 | 1A | 0 | 5E | 25 | 4D | 59 | 21 |
| Octal | 166 | 240 | 11 | 32 | 0 | 136 | 45 | 115 | 131 | 41 |
| Binary | 1110110 | 10100000 | 1001 | 11010 | 0 | 1011110 | 100101 | 1001101 | 1011001 | 100001 |
Color Harmonies of #76A009
Complementary color
Monochromatic Colors of #76A009
Black with #76A009
Text Example
Text Example
White with #76A009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A009; }
p { color: rgb(118,160,9); }
H1.HeaderClassName
{
color: #76A009;
}
.AnyTagClassName
{
color: #76A009;
}
</style>
background-color css
<style>
a { background-color: #76A009; }
a { background-color: rgb(118,160,9); }
div.DivClassName
{
background-color: #76A009;
}
.BgClassName
{
background-color: #76A009;
}
</style>
border-color css
<style>
span { border-color: #76A009; }
span { border-color: rgb(118,160,9); }
td.TdClassName
{
border-color: #76A009;
}
.TagClassName
{
border-color: #76A009;
}
</style>