Shades of Christi #70A122
Tints of Christi #70A122
RGB
CMYK
RGB Variations
Color information
#70A122 (or 0x70A122) is known color: Christi. HEX triplet: 70, A1 and 22. RGB value is (112,161,34). Sum of RGB (Red+Green+Blue) = 112+161+34=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 161 (63.28% from 255 or 52.44% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 161 - color contains mainly: green. Hex color #70A122 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A122 is #8F5EDD. Grayscale: #848484. Windows color (decimal): -9395934 or 2269552. OLE color: 2269552.
HSL color Cylindrical-coordinate representation of color #70A122: hue angle of 83.15º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70A122 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 161 | 34 | - |
| CMYK | 0.30 | 0 | 0.79 | 0.37 |
| HSL | 83.15º | 0.65% | 0.38% | - |
| HSV(B) | 83.15º | 0.79% | 0.63% | - |
| XYZ | 19.72 | 29.05 | 6.08 | - |
| YUV | 131.87 | 72.77 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 161 | 34 | 0.30 | 0 | 0.79 | 0.37 | 83.15 | 0.65 | 0.38 |
| Hex | 70 | A1 | 22 | 1E | 0 | 4F | 25 | 53 | 41 | 26 |
| Octal | 160 | 241 | 42 | 36 | 0 | 117 | 45 | 123 | 101 | 46 |
| Binary | 1110000 | 10100001 | 100010 | 11110 | 0 | 1001111 | 100101 | 1010011 | 1000001 | 100110 |
Color Harmonies of #70A122
Complementary color
Monochromatic Colors of #70A122
Black with #70A122
Text Example
Text Example
White with #70A122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A122; }
p { color: rgb(112,161,34); }
H1.HeaderClassName
{
color: #70A122;
}
.AnyTagClassName
{
color: #70A122;
}
</style>
background-color css
<style>
a { background-color: #70A122; }
a { background-color: rgb(112,161,34); }
div.DivClassName
{
background-color: #70A122;
}
.BgClassName
{
background-color: #70A122;
}
</style>
border-color css
<style>
span { border-color: #70A122; }
span { border-color: rgb(112,161,34); }
td.TdClassName
{
border-color: #70A122;
}
.TagClassName
{
border-color: #70A122;
}
</style>