Shades of Christi #70A121
Tints of Christi #70A121
RGB
CMYK
RGB Variations
Color information
#70A121 (or 0x70A121) is known color: Christi. HEX triplet: 70, A1 and 21. RGB value is (112,161,33). Sum of RGB (Red+Green+Blue) = 112+161+33=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 161 (63.28% from 255 or 52.61% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 161 - color contains mainly: green. Hex color #70A121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A121 is #8F5EDE. Grayscale: #848484. Windows color (decimal): -9395935 or 2204016. OLE color: 2204016.
HSL color Cylindrical-coordinate representation of color #70A121: hue angle of 82.97º degrees, saturation: 0.66, 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 #70A121 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 161 | 33 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.37 |
| HSL | 82.97º | 0.66% | 0.38% | - |
| HSV(B) | 82.97º | 0.8% | 0.63% | - |
| XYZ | 19.7 | 29.04 | 6.01 | - |
| YUV | 131.76 | 72.27 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 161 | 33 | 0.30 | 0 | 0.80 | 0.37 | 82.97 | 0.66 | 0.38 |
| Hex | 70 | A1 | 21 | 1E | 0 | 50 | 25 | 53 | 42 | 26 |
| Octal | 160 | 241 | 41 | 36 | 0 | 120 | 45 | 123 | 102 | 46 |
| Binary | 1110000 | 10100001 | 100001 | 11110 | 0 | 1010000 | 100101 | 1010011 | 1000010 | 100110 |
Color Harmonies of #70A121
Complementary color
Monochromatic Colors of #70A121
Black with #70A121
Text Example
Text Example
White with #70A121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A121; }
p { color: rgb(112,161,33); }
H1.HeaderClassName
{
color: #70A121;
}
.AnyTagClassName
{
color: #70A121;
}
</style>
background-color css
<style>
a { background-color: #70A121; }
a { background-color: rgb(112,161,33); }
div.DivClassName
{
background-color: #70A121;
}
.BgClassName
{
background-color: #70A121;
}
</style>
border-color css
<style>
span { border-color: #70A121; }
span { border-color: rgb(112,161,33); }
td.TdClassName
{
border-color: #70A121;
}
.TagClassName
{
border-color: #70A121;
}
</style>