Shades of Christi #76A014
Tints of Christi #76A014
RGB
CMYK
RGB Variations
Color information
#76A014 (or 0x76A014) is known color: Christi. HEX triplet: 76, A0 and 14. RGB value is (118,160,20). Sum of RGB (Red+Green+Blue) = 118+160+20=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 160 (62.89% from 255 or 53.69% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 160 - color contains mainly: green. Hex color #76A014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A014 is #895FEB. Grayscale: #838383. Windows color (decimal): -9002988 or 1351798. OLE color: 1351798.
HSL color Cylindrical-coordinate representation of color #76A014: hue angle of 78º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76A014 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 160 | 20 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.37 |
| HSL | 78º | 0.78% | 0.35% | - |
| HSV(B) | 78º | 0.88% | 0.63% | - |
| XYZ | 20.17 | 29.04 | 5.2 | - |
| YUV | 131.48 | 65.09 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 160 | 20 | 0.26 | 0 | 0.88 | 0.37 | 78 | 0.78 | 0.35 |
| Hex | 76 | A0 | 14 | 1A | 0 | 58 | 25 | 4E | 4E | 23 |
| Octal | 166 | 240 | 24 | 32 | 0 | 130 | 45 | 116 | 116 | 43 |
| Binary | 1110110 | 10100000 | 10100 | 11010 | 0 | 1011000 | 100101 | 1001110 | 1001110 | 100011 |
Color Harmonies of #76A014
Complementary color
Monochromatic Colors of #76A014
Black with #76A014
Text Example
Text Example
White with #76A014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A014; }
p { color: rgb(118,160,20); }
H1.HeaderClassName
{
color: #76A014;
}
.AnyTagClassName
{
color: #76A014;
}
</style>
background-color css
<style>
a { background-color: #76A014; }
a { background-color: rgb(118,160,20); }
div.DivClassName
{
background-color: #76A014;
}
.BgClassName
{
background-color: #76A014;
}
</style>
border-color css
<style>
span { border-color: #76A014; }
span { border-color: rgb(118,160,20); }
td.TdClassName
{
border-color: #76A014;
}
.TagClassName
{
border-color: #76A014;
}
</style>