Shades of Christi #70A10E
Tints of Christi #70A10E
RGB
CMYK
RGB Variations
Color information
#70A10E (or 0x70A10E) is known color: Christi. HEX triplet: 70, A1 and 0E. RGB value is (112,161,14). Sum of RGB (Red+Green+Blue) = 112+161+14=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 161 (63.28% from 255 or 56.10% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 161 - color contains mainly: green. Hex color #70A10E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70A10E is #8F5EF1. Grayscale: #828282. Windows color (decimal): -9395954 or 958832. OLE color: 958832.
HSL color Cylindrical-coordinate representation of color #70A10E: hue angle of 80º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70A10E is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 161 | 14 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.37 |
| HSL | 80º | 0.84% | 0.34% | - |
| HSV(B) | 80º | 0.91% | 0.63% | - |
| XYZ | 19.51 | 28.97 | 4.98 | - |
| YUV | 129.59 | 62.77 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 161 | 14 | 0.30 | 0 | 0.91 | 0.37 | 80 | 0.84 | 0.34 |
| Hex | 70 | A1 | E | 1E | 0 | 5B | 25 | 50 | 54 | 22 |
| Octal | 160 | 241 | 16 | 36 | 0 | 133 | 45 | 120 | 124 | 42 |
| Binary | 1110000 | 10100001 | 1110 | 11110 | 0 | 1011011 | 100101 | 1010000 | 1010100 | 100010 |
Color Harmonies of #70A10E
Complementary color
Monochromatic Colors of #70A10E
Black with #70A10E
Text Example
Text Example
White with #70A10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A10E; }
p { color: rgb(112,161,14); }
H1.HeaderClassName
{
color: #70A10E;
}
.AnyTagClassName
{
color: #70A10E;
}
</style>
background-color css
<style>
a { background-color: #70A10E; }
a { background-color: rgb(112,161,14); }
div.DivClassName
{
background-color: #70A10E;
}
.BgClassName
{
background-color: #70A10E;
}
</style>
border-color css
<style>
span { border-color: #70A10E; }
span { border-color: rgb(112,161,14); }
td.TdClassName
{
border-color: #70A10E;
}
.TagClassName
{
border-color: #70A10E;
}
</style>