Shades of Christi #76A017
Tints of Christi #76A017
RGB
CMYK
RGB Variations
Color information
#76A017 (or 0x76A017) is known color: Christi. HEX triplet: 76, A0 and 17. RGB value is (118,160,23). Sum of RGB (Red+Green+Blue) = 118+160+23=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 160 (62.89% from 255 or 53.16% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 160 - color contains mainly: green. Hex color #76A017 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A017 is #895FE8. Grayscale: #848484. Windows color (decimal): -9002985 or 1548406. OLE color: 1548406.
HSL color Cylindrical-coordinate representation of color #76A017: hue angle of 78.39º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76A017 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 160 | 23 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.37 |
| HSL | 78.39º | 0.75% | 0.36% | - |
| HSV(B) | 78.39º | 0.86% | 0.63% | - |
| XYZ | 20.2 | 29.06 | 5.35 | - |
| YUV | 131.82 | 66.59 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 160 | 23 | 0.26 | 0 | 0.86 | 0.37 | 78.39 | 0.75 | 0.36 |
| Hex | 76 | A0 | 17 | 1A | 0 | 56 | 25 | 4E | 4B | 24 |
| Octal | 166 | 240 | 27 | 32 | 0 | 126 | 45 | 116 | 113 | 44 |
| Binary | 1110110 | 10100000 | 10111 | 11010 | 0 | 1010110 | 100101 | 1001110 | 1001011 | 100100 |
Color Harmonies of #76A017
Complementary color
Monochromatic Colors of #76A017
Black with #76A017
Text Example
Text Example
White with #76A017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A017; }
p { color: rgb(118,160,23); }
H1.HeaderClassName
{
color: #76A017;
}
.AnyTagClassName
{
color: #76A017;
}
</style>
background-color css
<style>
a { background-color: #76A017; }
a { background-color: rgb(118,160,23); }
div.DivClassName
{
background-color: #76A017;
}
.BgClassName
{
background-color: #76A017;
}
</style>
border-color css
<style>
span { border-color: #76A017; }
span { border-color: rgb(118,160,23); }
td.TdClassName
{
border-color: #76A017;
}
.TagClassName
{
border-color: #76A017;
}
</style>