Shades of Christi #70A321
Tints of Christi #70A321
RGB
CMYK
RGB Variations
Color information
#70A321 (or 0x70A321) is known color: Christi. HEX triplet: 70, A3 and 21. RGB value is (112,163,33). Sum of RGB (Red+Green+Blue) = 112+163+33=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 163 (64.06% from 255 or 52.92% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 163 - color contains mainly: green. Hex color #70A321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A321 is #8F5CDE. Grayscale: #858585. Windows color (decimal): -9395423 or 2204528. OLE color: 2204528.
HSL color Cylindrical-coordinate representation of color #70A321: hue angle of 83.54º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70A321 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 163 | 33 | - |
| CMYK | 0.31 | 0 | 0.80 | 0.36 |
| HSL | 83.54º | 0.66% | 0.38% | - |
| HSV(B) | 83.54º | 0.8% | 0.64% | - |
| XYZ | 20.05 | 29.75 | 6.12 | - |
| YUV | 132.93 | 71.6 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 163 | 33 | 0.31 | 0 | 0.80 | 0.36 | 83.54 | 0.66 | 0.38 |
| Hex | 70 | A3 | 21 | 1F | 0 | 50 | 24 | 54 | 42 | 26 |
| Octal | 160 | 243 | 41 | 37 | 0 | 120 | 44 | 124 | 102 | 46 |
| Binary | 1110000 | 10100011 | 100001 | 11111 | 0 | 1010000 | 100100 | 1010100 | 1000010 | 100110 |
Color Harmonies of #70A321
Complementary color
Monochromatic Colors of #70A321
Black with #70A321
Text Example
Text Example
White with #70A321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A321; }
p { color: rgb(112,163,33); }
H1.HeaderClassName
{
color: #70A321;
}
.AnyTagClassName
{
color: #70A321;
}
</style>
background-color css
<style>
a { background-color: #70A321; }
a { background-color: rgb(112,163,33); }
div.DivClassName
{
background-color: #70A321;
}
.BgClassName
{
background-color: #70A321;
}
</style>
border-color css
<style>
span { border-color: #70A321; }
span { border-color: rgb(112,163,33); }
td.TdClassName
{
border-color: #70A321;
}
.TagClassName
{
border-color: #70A321;
}
</style>