Shades of Christi #70A40A
Tints of Christi #70A40A
RGB
CMYK
RGB Variations
Color information
#70A40A (or 0x70A40A) is known color: Christi. HEX triplet: 70, A4 and 0A. RGB value is (112,164,10). Sum of RGB (Red+Green+Blue) = 112+164+10=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 164 (64.45% from 255 or 57.34% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 164 - color contains mainly: green. Hex color #70A40A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70A40A is #8F5BF5. Grayscale: #838383. Windows color (decimal): -9395190 or 697456. OLE color: 697456.
HSL color Cylindrical-coordinate representation of color #70A40A: hue angle of 80.26º degrees, saturation: 0.89, 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 #70A40A is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 164 | 10 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.36 |
| HSL | 80.26º | 0.89% | 0.34% | - |
| HSV(B) | 80.26º | 0.94% | 0.64% | - |
| XYZ | 20.01 | 30.02 | 5.03 | - |
| YUV | 130.9 | 59.77 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 164 | 10 | 0.32 | 0 | 0.94 | 0.36 | 80.26 | 0.89 | 0.34 |
| Hex | 70 | A4 | A | 20 | 0 | 5E | 24 | 50 | 59 | 22 |
| Octal | 160 | 244 | 12 | 40 | 0 | 136 | 44 | 120 | 131 | 42 |
| Binary | 1110000 | 10100100 | 1010 | 100000 | 0 | 1011110 | 100100 | 1010000 | 1011001 | 100010 |
Color Harmonies of #70A40A
Complementary color
Monochromatic Colors of #70A40A
Black with #70A40A
Text Example
Text Example
White with #70A40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A40A; }
p { color: rgb(112,164,10); }
H1.HeaderClassName
{
color: #70A40A;
}
.AnyTagClassName
{
color: #70A40A;
}
</style>
background-color css
<style>
a { background-color: #70A40A; }
a { background-color: rgb(112,164,10); }
div.DivClassName
{
background-color: #70A40A;
}
.BgClassName
{
background-color: #70A40A;
}
</style>
border-color css
<style>
span { border-color: #70A40A; }
span { border-color: rgb(112,164,10); }
td.TdClassName
{
border-color: #70A40A;
}
.TagClassName
{
border-color: #70A40A;
}
</style>