Shades of Christi #70AB09
Tints of Christi #70AB09
RGB
CMYK
RGB Variations
Color information
#70AB09 (or 0x70AB09) is known color: Christi. HEX triplet: 70, AB and 09. RGB value is (112,171,9). Sum of RGB (Red+Green+Blue) = 112+171+9=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 171 (67.19% from 255 or 58.56% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AB09 is #8F54F6. Grayscale: #878787. Windows color (decimal): -9393399 or 633712. OLE color: 633712.
HSL color Cylindrical-coordinate representation of color #70AB09: hue angle of 81.85º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70AB09 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 9 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.33 |
| HSL | 81.85º | 0.9% | 0.35% | - |
| HSV(B) | 81.85º | 0.95% | 0.67% | - |
| XYZ | 21.29 | 32.59 | 5.43 | - |
| YUV | 134.89 | 56.95 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 9 | 0.35 | 0 | 0.95 | 0.33 | 81.85 | 0.9 | 0.35 |
| Hex | 70 | AB | 9 | 23 | 0 | 5F | 21 | 52 | 5A | 23 |
| Octal | 160 | 253 | 11 | 43 | 0 | 137 | 41 | 122 | 132 | 43 |
| Binary | 1110000 | 10101011 | 1001 | 100011 | 0 | 1011111 | 100001 | 1010010 | 1011010 | 100011 |
Color Harmonies of #70AB09
Complementary color
Monochromatic Colors of #70AB09
Black with #70AB09
Text Example
Text Example
White with #70AB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB09; }
p { color: rgb(112,171,9); }
H1.HeaderClassName
{
color: #70AB09;
}
.AnyTagClassName
{
color: #70AB09;
}
</style>
background-color css
<style>
a { background-color: #70AB09; }
a { background-color: rgb(112,171,9); }
div.DivClassName
{
background-color: #70AB09;
}
.BgClassName
{
background-color: #70AB09;
}
</style>
border-color css
<style>
span { border-color: #70AB09; }
span { border-color: rgb(112,171,9); }
td.TdClassName
{
border-color: #70AB09;
}
.TagClassName
{
border-color: #70AB09;
}
</style>