Shades of Christi #70AB19
Tints of Christi #70AB19
RGB
CMYK
RGB Variations
Color information
#70AB19 (or 0x70AB19) is known color: Christi. HEX triplet: 70, AB and 19. RGB value is (112,171,25). Sum of RGB (Red+Green+Blue) = 112+171+25=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AB19 is #8F54E6. Grayscale: #898989. Windows color (decimal): -9393383 or 1682288. OLE color: 1682288.
HSL color Cylindrical-coordinate representation of color #70AB19: hue angle of 84.25º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70AB19 is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 25 | - |
| CMYK | 0.35 | 0 | 0.85 | 0.33 |
| HSL | 84.25º | 0.74% | 0.38% | - |
| HSV(B) | 84.25º | 0.85% | 0.67% | - |
| XYZ | 21.42 | 32.64 | 6.09 | - |
| YUV | 136.72 | 64.95 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 25 | 0.35 | 0 | 0.85 | 0.33 | 84.25 | 0.74 | 0.38 |
| Hex | 70 | AB | 19 | 23 | 0 | 55 | 21 | 54 | 4A | 26 |
| Octal | 160 | 253 | 31 | 43 | 0 | 125 | 41 | 124 | 112 | 46 |
| Binary | 1110000 | 10101011 | 11001 | 100011 | 0 | 1010101 | 100001 | 1010100 | 1001010 | 100110 |
Color Harmonies of #70AB19
Complementary color
Monochromatic Colors of #70AB19
Black with #70AB19
Text Example
Text Example
White with #70AB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB19; }
p { color: rgb(112,171,25); }
H1.HeaderClassName
{
color: #70AB19;
}
.AnyTagClassName
{
color: #70AB19;
}
</style>
background-color css
<style>
a { background-color: #70AB19; }
a { background-color: rgb(112,171,25); }
div.DivClassName
{
background-color: #70AB19;
}
.BgClassName
{
background-color: #70AB19;
}
</style>
border-color css
<style>
span { border-color: #70AB19; }
span { border-color: rgb(112,171,25); }
td.TdClassName
{
border-color: #70AB19;
}
.TagClassName
{
border-color: #70AB19;
}
</style>