Shades of Christi #70A92A
Tints of Christi #70A92A
RGB
CMYK
RGB Variations
Color information
#70A92A (or 0x70A92A) is known color: Christi. HEX triplet: 70, A9 and 2A. RGB value is (112,169,42). Sum of RGB (Red+Green+Blue) = 112+169+42=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 169 (66.41% from 255 or 52.32% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 169 - color contains mainly: green. Hex color #70A92A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A92A is #8F56D5. Grayscale: #898989. Windows color (decimal): -9393878 or 2795888. OLE color: 2795888.
HSL color Cylindrical-coordinate representation of color #70A92A: hue angle of 86.93º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70A92A is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 169 | 42 | - |
| CMYK | 0.34 | 0 | 0.75 | 0.34 |
| HSL | 86.93º | 0.6% | 0.41% | - |
| HSV(B) | 86.93º | 0.75% | 0.66% | - |
| XYZ | 21.29 | 31.99 | 7.24 | - |
| YUV | 137.48 | 74.12 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 169 | 42 | 0.34 | 0 | 0.75 | 0.34 | 86.93 | 0.6 | 0.41 |
| Hex | 70 | A9 | 2A | 22 | 0 | 4B | 22 | 57 | 3C | 29 |
| Octal | 160 | 251 | 52 | 42 | 0 | 113 | 42 | 127 | 74 | 51 |
| Binary | 1110000 | 10101001 | 101010 | 100010 | 0 | 1001011 | 100010 | 1010111 | 111100 | 101001 |
Color Harmonies of #70A92A
Complementary color
Monochromatic Colors of #70A92A
Black with #70A92A
Text Example
Text Example
White with #70A92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A92A; }
p { color: rgb(112,169,42); }
H1.HeaderClassName
{
color: #70A92A;
}
.AnyTagClassName
{
color: #70A92A;
}
</style>
background-color css
<style>
a { background-color: #70A92A; }
a { background-color: rgb(112,169,42); }
div.DivClassName
{
background-color: #70A92A;
}
.BgClassName
{
background-color: #70A92A;
}
</style>
border-color css
<style>
span { border-color: #70A92A; }
span { border-color: rgb(112,169,42); }
td.TdClassName
{
border-color: #70A92A;
}
.TagClassName
{
border-color: #70A92A;
}
</style>