Shades of Christi #76A120
Tints of Christi #76A120
RGB
CMYK
RGB Variations
Color information
#76A120 (or 0x76A120) is known color: Christi. HEX triplet: 76, A1 and 20. RGB value is (118,161,32). Sum of RGB (Red+Green+Blue) = 118+161+32=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 161 (63.28% from 255 or 51.77% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 161 - color contains mainly: green. Hex color #76A120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A120 is #895EDF. Grayscale: #858585. Windows color (decimal): -9002720 or 2138486. OLE color: 2138486.
HSL color Cylindrical-coordinate representation of color #76A120: hue angle of 80º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76A120 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 161 | 32 | - |
| CMYK | 0.27 | 0 | 0.80 | 0.37 |
| HSL | 80º | 0.67% | 0.38% | - |
| HSV(B) | 80º | 0.8% | 0.63% | - |
| XYZ | 20.48 | 29.45 | 5.97 | - |
| YUV | 133.44 | 70.75 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 161 | 32 | 0.27 | 0 | 0.80 | 0.37 | 80 | 0.67 | 0.38 |
| Hex | 76 | A1 | 20 | 1B | 0 | 50 | 25 | 50 | 43 | 26 |
| Octal | 166 | 241 | 40 | 33 | 0 | 120 | 45 | 120 | 103 | 46 |
| Binary | 1110110 | 10100001 | 100000 | 11011 | 0 | 1010000 | 100101 | 1010000 | 1000011 | 100110 |
Color Harmonies of #76A120
Complementary color
Monochromatic Colors of #76A120
Black with #76A120
Text Example
Text Example
White with #76A120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A120; }
p { color: rgb(118,161,32); }
H1.HeaderClassName
{
color: #76A120;
}
.AnyTagClassName
{
color: #76A120;
}
</style>
background-color css
<style>
a { background-color: #76A120; }
a { background-color: rgb(118,161,32); }
div.DivClassName
{
background-color: #76A120;
}
.BgClassName
{
background-color: #76A120;
}
</style>
border-color css
<style>
span { border-color: #76A120; }
span { border-color: rgb(118,161,32); }
td.TdClassName
{
border-color: #76A120;
}
.TagClassName
{
border-color: #76A120;
}
</style>