Shades of Christi #70AB07
Tints of Christi #70AB07
RGB
CMYK
RGB Variations
Color information
#70AB07 (or 0x70AB07) is known color: Christi. HEX triplet: 70, AB and 07. RGB value is (112,171,7). Sum of RGB (Red+Green+Blue) = 112+171+7=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 171 (67.19% from 255 or 58.97% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AB07 is #8F54F8. Grayscale: #878787. Windows color (decimal): -9393401 or 502640. OLE color: 502640.
HSL color Cylindrical-coordinate representation of color #70AB07: hue angle of 81.59º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70AB07 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 7 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.33 |
| HSL | 81.59º | 0.92% | 0.35% | - |
| HSV(B) | 81.59º | 0.96% | 0.67% | - |
| XYZ | 21.28 | 32.59 | 5.37 | - |
| YUV | 134.66 | 55.95 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 7 | 0.35 | 0 | 0.96 | 0.33 | 81.59 | 0.92 | 0.35 |
| Hex | 70 | AB | 7 | 23 | 0 | 60 | 21 | 52 | 5C | 23 |
| Octal | 160 | 253 | 7 | 43 | 0 | 140 | 41 | 122 | 134 | 43 |
| Binary | 1110000 | 10101011 | 111 | 100011 | 0 | 1100000 | 100001 | 1010010 | 1011100 | 100011 |
Color Harmonies of #70AB07
Complementary color
Monochromatic Colors of #70AB07
Black with #70AB07
Text Example
Text Example
White with #70AB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB07; }
p { color: rgb(112,171,7); }
H1.HeaderClassName
{
color: #70AB07;
}
.AnyTagClassName
{
color: #70AB07;
}
</style>
background-color css
<style>
a { background-color: #70AB07; }
a { background-color: rgb(112,171,7); }
div.DivClassName
{
background-color: #70AB07;
}
.BgClassName
{
background-color: #70AB07;
}
</style>
border-color css
<style>
span { border-color: #70AB07; }
span { border-color: rgb(112,171,7); }
td.TdClassName
{
border-color: #70AB07;
}
.TagClassName
{
border-color: #70AB07;
}
</style>