Shades of Christi #70A11E
Tints of Christi #70A11E
RGB
CMYK
RGB Variations
Color information
#70A11E (or 0x70A11E) is known color: Christi. HEX triplet: 70, A1 and 1E. RGB value is (112,161,30). Sum of RGB (Red+Green+Blue) = 112+161+30=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 161 (63.28% from 255 or 53.14% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 161 - color contains mainly: green. Hex color #70A11E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A11E is #8F5EE1. Grayscale: #838383. Windows color (decimal): -9395938 or 2007408. OLE color: 2007408.
HSL color Cylindrical-coordinate representation of color #70A11E: hue angle of 82.44º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70A11E is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 161 | 30 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.37 |
| HSL | 82.44º | 0.69% | 0.37% | - |
| HSV(B) | 82.44º | 0.81% | 0.63% | - |
| XYZ | 19.66 | 29.03 | 5.8 | - |
| YUV | 131.42 | 70.77 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 161 | 30 | 0.30 | 0 | 0.81 | 0.37 | 82.44 | 0.69 | 0.37 |
| Hex | 70 | A1 | 1E | 1E | 0 | 51 | 25 | 52 | 45 | 25 |
| Octal | 160 | 241 | 36 | 36 | 0 | 121 | 45 | 122 | 105 | 45 |
| Binary | 1110000 | 10100001 | 11110 | 11110 | 0 | 1010001 | 100101 | 1010010 | 1000101 | 100101 |
Color Harmonies of #70A11E
Complementary color
Monochromatic Colors of #70A11E
Black with #70A11E
Text Example
Text Example
White with #70A11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A11E; }
p { color: rgb(112,161,30); }
H1.HeaderClassName
{
color: #70A11E;
}
.AnyTagClassName
{
color: #70A11E;
}
</style>
background-color css
<style>
a { background-color: #70A11E; }
a { background-color: rgb(112,161,30); }
div.DivClassName
{
background-color: #70A11E;
}
.BgClassName
{
background-color: #70A11E;
}
</style>
border-color css
<style>
span { border-color: #70A11E; }
span { border-color: rgb(112,161,30); }
td.TdClassName
{
border-color: #70A11E;
}
.TagClassName
{
border-color: #70A11E;
}
</style>