Shades of Christi #70AB31
Tints of Christi #70AB31
RGB
CMYK
RGB Variations
Color information
#70AB31 (or 0x70AB31) is known color: Christi. HEX triplet: 70, AB and 31. RGB value is (112,171,49). Sum of RGB (Red+Green+Blue) = 112+171+49=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AB31 is #8F54CE. Grayscale: #8B8B8B. Windows color (decimal): -9393359 or 3255152. OLE color: 3255152.
HSL color Cylindrical-coordinate representation of color #70AB31: hue angle of 89.02º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70AB31 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 49 | - |
| CMYK | 0.35 | 0 | 0.71 | 0.33 |
| HSL | 89.02º | 0.55% | 0.43% | - |
| HSV(B) | 89.02º | 0.71% | 0.67% | - |
| XYZ | 21.8 | 32.79 | 8.09 | - |
| YUV | 139.45 | 76.95 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 49 | 0.35 | 0 | 0.71 | 0.33 | 89.02 | 0.55 | 0.43 |
| Hex | 70 | AB | 31 | 23 | 0 | 47 | 21 | 59 | 37 | 2B |
| Octal | 160 | 253 | 61 | 43 | 0 | 107 | 41 | 131 | 67 | 53 |
| Binary | 1110000 | 10101011 | 110001 | 100011 | 0 | 1000111 | 100001 | 1011001 | 110111 | 101011 |
Color Harmonies of #70AB31
Complementary color
Monochromatic Colors of #70AB31
Black with #70AB31
Text Example
Text Example
White with #70AB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB31; }
p { color: rgb(112,171,49); }
H1.HeaderClassName
{
color: #70AB31;
}
.AnyTagClassName
{
color: #70AB31;
}
</style>
background-color css
<style>
a { background-color: #70AB31; }
a { background-color: rgb(112,171,49); }
div.DivClassName
{
background-color: #70AB31;
}
.BgClassName
{
background-color: #70AB31;
}
</style>
border-color css
<style>
span { border-color: #70AB31; }
span { border-color: rgb(112,171,49); }
td.TdClassName
{
border-color: #70AB31;
}
.TagClassName
{
border-color: #70AB31;
}
</style>