Shades of Christi #70AB15
Tints of Christi #70AB15
RGB
CMYK
RGB Variations
Color information
#70AB15 (or 0x70AB15) is known color: Christi. HEX triplet: 70, AB and 15. RGB value is (112,171,21). Sum of RGB (Red+Green+Blue) = 112+171+21=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 171 (67.19% from 255 or 56.25% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AB15 is #8F54EA. Grayscale: #888888. Windows color (decimal): -9393387 or 1420144. OLE color: 1420144.
HSL color Cylindrical-coordinate representation of color #70AB15: hue angle of 83.6º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70AB15 is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 21 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.33 |
| HSL | 83.6º | 0.78% | 0.38% | - |
| HSV(B) | 83.6º | 0.88% | 0.67% | - |
| XYZ | 21.38 | 32.62 | 5.88 | - |
| YUV | 136.26 | 62.95 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 21 | 0.35 | 0 | 0.88 | 0.33 | 83.6 | 0.78 | 0.38 |
| Hex | 70 | AB | 15 | 23 | 0 | 58 | 21 | 54 | 4E | 26 |
| Octal | 160 | 253 | 25 | 43 | 0 | 130 | 41 | 124 | 116 | 46 |
| Binary | 1110000 | 10101011 | 10101 | 100011 | 0 | 1011000 | 100001 | 1010100 | 1001110 | 100110 |
Color Harmonies of #70AB15
Complementary color
Monochromatic Colors of #70AB15
Black with #70AB15
Text Example
Text Example
White with #70AB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB15; }
p { color: rgb(112,171,21); }
H1.HeaderClassName
{
color: #70AB15;
}
.AnyTagClassName
{
color: #70AB15;
}
</style>
background-color css
<style>
a { background-color: #70AB15; }
a { background-color: rgb(112,171,21); }
div.DivClassName
{
background-color: #70AB15;
}
.BgClassName
{
background-color: #70AB15;
}
</style>
border-color css
<style>
span { border-color: #70AB15; }
span { border-color: rgb(112,171,21); }
td.TdClassName
{
border-color: #70AB15;
}
.TagClassName
{
border-color: #70AB15;
}
</style>