Shades of Christi #70AB05
Tints of Christi #70AB05
RGB
CMYK
RGB Variations
Color information
#70AB05 (or 0x70AB05) is known color: Christi. HEX triplet: 70, AB and 05. RGB value is (112,171,5). Sum of RGB (Red+Green+Blue) = 112+171+5=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 171 (67.19% from 255 or 59.38% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AB05 is #8F54FA. Grayscale: #878787. Windows color (decimal): -9393403 or 371568. OLE color: 371568.
HSL color Cylindrical-coordinate representation of color #70AB05: hue angle of 81.33º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70AB05 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 5 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.33 |
| HSL | 81.33º | 0.94% | 0.35% | - |
| HSV(B) | 81.33º | 0.97% | 0.67% | - |
| XYZ | 21.27 | 32.58 | 5.31 | - |
| YUV | 134.44 | 54.95 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 5 | 0.35 | 0 | 0.97 | 0.33 | 81.33 | 0.94 | 0.35 |
| Hex | 70 | AB | 5 | 23 | 0 | 61 | 21 | 51 | 5E | 23 |
| Octal | 160 | 253 | 5 | 43 | 0 | 141 | 41 | 121 | 136 | 43 |
| Binary | 1110000 | 10101011 | 101 | 100011 | 0 | 1100001 | 100001 | 1010001 | 1011110 | 100011 |
Color Harmonies of #70AB05
Complementary color
Monochromatic Colors of #70AB05
Black with #70AB05
Text Example
Text Example
White with #70AB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB05; }
p { color: rgb(112,171,5); }
H1.HeaderClassName
{
color: #70AB05;
}
.AnyTagClassName
{
color: #70AB05;
}
</style>
background-color css
<style>
a { background-color: #70AB05; }
a { background-color: rgb(112,171,5); }
div.DivClassName
{
background-color: #70AB05;
}
.BgClassName
{
background-color: #70AB05;
}
</style>
border-color css
<style>
span { border-color: #70AB05; }
span { border-color: rgb(112,171,5); }
td.TdClassName
{
border-color: #70AB05;
}
.TagClassName
{
border-color: #70AB05;
}
</style>