Shades of Christi #70AB12
Tints of Christi #70AB12
RGB
CMYK
RGB Variations
Color information
#70AB12 (or 0x70AB12) is known color: Christi. HEX triplet: 70, AB and 12. RGB value is (112,171,18). Sum of RGB (Red+Green+Blue) = 112+171+18=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 171 (67.19% from 255 or 56.81% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AB12 is #8F54ED. Grayscale: #888888. Windows color (decimal): -9393390 or 1223536. OLE color: 1223536.
HSL color Cylindrical-coordinate representation of color #70AB12: hue angle of 83.14º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70AB12 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 18 | - |
| CMYK | 0.35 | 0 | 0.89 | 0.33 |
| HSL | 83.14º | 0.81% | 0.37% | - |
| HSV(B) | 83.14º | 0.89% | 0.67% | - |
| XYZ | 21.35 | 32.61 | 5.74 | - |
| YUV | 135.92 | 61.45 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 18 | 0.35 | 0 | 0.89 | 0.33 | 83.14 | 0.81 | 0.37 |
| Hex | 70 | AB | 12 | 23 | 0 | 59 | 21 | 53 | 51 | 25 |
| Octal | 160 | 253 | 22 | 43 | 0 | 131 | 41 | 123 | 121 | 45 |
| Binary | 1110000 | 10101011 | 10010 | 100011 | 0 | 1011001 | 100001 | 1010011 | 1010001 | 100101 |
Color Harmonies of #70AB12
Complementary color
Monochromatic Colors of #70AB12
Black with #70AB12
Text Example
Text Example
White with #70AB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB12; }
p { color: rgb(112,171,18); }
H1.HeaderClassName
{
color: #70AB12;
}
.AnyTagClassName
{
color: #70AB12;
}
</style>
background-color css
<style>
a { background-color: #70AB12; }
a { background-color: rgb(112,171,18); }
div.DivClassName
{
background-color: #70AB12;
}
.BgClassName
{
background-color: #70AB12;
}
</style>
border-color css
<style>
span { border-color: #70AB12; }
span { border-color: rgb(112,171,18); }
td.TdClassName
{
border-color: #70AB12;
}
.TagClassName
{
border-color: #70AB12;
}
</style>