Shades of Christi #70AB2E
Tints of Christi #70AB2E
RGB
CMYK
RGB Variations
Color information
#70AB2E (or 0x70AB2E) is known color: Christi. HEX triplet: 70, AB and 2E. RGB value is (112,171,46). Sum of RGB (Red+Green+Blue) = 112+171+46=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 171 (67.19% from 255 or 51.98% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AB2E is #8F54D1. Grayscale: #8B8B8B. Windows color (decimal): -9393362 or 3058544. OLE color: 3058544.
HSL color Cylindrical-coordinate representation of color #70AB2E: hue angle of 88.32º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70AB2E is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 46 | - |
| CMYK | 0.35 | 0 | 0.73 | 0.33 |
| HSL | 88.32º | 0.58% | 0.43% | - |
| HSV(B) | 88.32º | 0.73% | 0.67% | - |
| XYZ | 21.74 | 32.77 | 7.76 | - |
| YUV | 139.11 | 75.45 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 46 | 0.35 | 0 | 0.73 | 0.33 | 88.32 | 0.58 | 0.43 |
| Hex | 70 | AB | 2E | 23 | 0 | 49 | 21 | 58 | 3A | 2B |
| Octal | 160 | 253 | 56 | 43 | 0 | 111 | 41 | 130 | 72 | 53 |
| Binary | 1110000 | 10101011 | 101110 | 100011 | 0 | 1001001 | 100001 | 1011000 | 111010 | 101011 |
Color Harmonies of #70AB2E
Complementary color
Monochromatic Colors of #70AB2E
Black with #70AB2E
Text Example
Text Example
White with #70AB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB2E; }
p { color: rgb(112,171,46); }
H1.HeaderClassName
{
color: #70AB2E;
}
.AnyTagClassName
{
color: #70AB2E;
}
</style>
background-color css
<style>
a { background-color: #70AB2E; }
a { background-color: rgb(112,171,46); }
div.DivClassName
{
background-color: #70AB2E;
}
.BgClassName
{
background-color: #70AB2E;
}
</style>
border-color css
<style>
span { border-color: #70AB2E; }
span { border-color: rgb(112,171,46); }
td.TdClassName
{
border-color: #70AB2E;
}
.TagClassName
{
border-color: #70AB2E;
}
</style>