Shades of Christi #76A20A
Tints of Christi #76A20A
RGB
CMYK
RGB Variations
Color information
#76A20A (or 0x76A20A) is known color: Christi. HEX triplet: 76, A2 and 0A. RGB value is (118,162,10). Sum of RGB (Red+Green+Blue) = 118+162+10=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 162 (63.67% from 255 or 55.86% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 162 - color contains mainly: green. Hex color #76A20A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A20A is #895DF5. Grayscale: #848484. Windows color (decimal): -9002486 or 696950. OLE color: 696950.
HSL color Cylindrical-coordinate representation of color #76A20A: hue angle of 77.37º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76A20A is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 162 | 10 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.36 |
| HSL | 77.37º | 0.88% | 0.34% | - |
| HSV(B) | 77.37º | 0.94% | 0.64% | - |
| XYZ | 20.45 | 29.71 | 4.94 | - |
| YUV | 131.52 | 59.42 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 162 | 10 | 0.27 | 0 | 0.94 | 0.36 | 77.37 | 0.88 | 0.34 |
| Hex | 76 | A2 | A | 1B | 0 | 5E | 24 | 4D | 58 | 22 |
| Octal | 166 | 242 | 12 | 33 | 0 | 136 | 44 | 115 | 130 | 42 |
| Binary | 1110110 | 10100010 | 1010 | 11011 | 0 | 1011110 | 100100 | 1001101 | 1011000 | 100010 |
Color Harmonies of #76A20A
Complementary color
Monochromatic Colors of #76A20A
Black with #76A20A
Text Example
Text Example
White with #76A20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A20A; }
p { color: rgb(118,162,10); }
H1.HeaderClassName
{
color: #76A20A;
}
.AnyTagClassName
{
color: #76A20A;
}
</style>
background-color css
<style>
a { background-color: #76A20A; }
a { background-color: rgb(118,162,10); }
div.DivClassName
{
background-color: #76A20A;
}
.BgClassName
{
background-color: #76A20A;
}
</style>
border-color css
<style>
span { border-color: #76A20A; }
span { border-color: rgb(118,162,10); }
td.TdClassName
{
border-color: #76A20A;
}
.TagClassName
{
border-color: #76A20A;
}
</style>