Shades of Christi #70A81E
Tints of Christi #70A81E
RGB
CMYK
RGB Variations
Color information
#70A81E (or 0x70A81E) is known color: Christi. HEX triplet: 70, A8 and 1E. RGB value is (112,168,30). Sum of RGB (Red+Green+Blue) = 112+168+30=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 168 (66.02% from 255 or 54.19% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 168 - color contains mainly: green. Hex color #70A81E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A81E is #8F57E1. Grayscale: #888888. Windows color (decimal): -9394146 or 2009200. OLE color: 2009200.
HSL color Cylindrical-coordinate representation of color #70A81E: hue angle of 84.35º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70A81E is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 168 | 30 | - |
| CMYK | 0.33 | 0 | 0.82 | 0.34 |
| HSL | 84.35º | 0.7% | 0.39% | - |
| HSV(B) | 84.35º | 0.82% | 0.66% | - |
| XYZ | 20.92 | 31.54 | 6.21 | - |
| YUV | 135.52 | 68.45 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 168 | 30 | 0.33 | 0 | 0.82 | 0.34 | 84.35 | 0.7 | 0.39 |
| Hex | 70 | A8 | 1E | 21 | 0 | 52 | 22 | 54 | 46 | 27 |
| Octal | 160 | 250 | 36 | 41 | 0 | 122 | 42 | 124 | 106 | 47 |
| Binary | 1110000 | 10101000 | 11110 | 100001 | 0 | 1010010 | 100010 | 1010100 | 1000110 | 100111 |
Color Harmonies of #70A81E
Complementary color
Monochromatic Colors of #70A81E
Black with #70A81E
Text Example
Text Example
White with #70A81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A81E; }
p { color: rgb(112,168,30); }
H1.HeaderClassName
{
color: #70A81E;
}
.AnyTagClassName
{
color: #70A81E;
}
</style>
background-color css
<style>
a { background-color: #70A81E; }
a { background-color: rgb(112,168,30); }
div.DivClassName
{
background-color: #70A81E;
}
.BgClassName
{
background-color: #70A81E;
}
</style>
border-color css
<style>
span { border-color: #70A81E; }
span { border-color: rgb(112,168,30); }
td.TdClassName
{
border-color: #70A81E;
}
.TagClassName
{
border-color: #70A81E;
}
</style>