Shades of Christi #70A209
Tints of Christi #70A209
RGB
CMYK
RGB Variations
Color information
#70A209 (or 0x70A209) is known color: Christi. HEX triplet: 70, A2 and 09. RGB value is (112,162,9). Sum of RGB (Red+Green+Blue) = 112+162+9=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 162 (63.67% from 255 or 57.24% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 162 - color contains mainly: green. Hex color #70A209 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70A209 is #8F5DF6. Grayscale: #828282. Windows color (decimal): -9395703 or 631408. OLE color: 631408.
HSL color Cylindrical-coordinate representation of color #70A209: hue angle of 79.61º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70A209 is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 162 | 9 | - |
| CMYK | 0.31 | 0 | 0.94 | 0.36 |
| HSL | 79.61º | 0.89% | 0.34% | - |
| HSV(B) | 79.61º | 0.94% | 0.64% | - |
| XYZ | 19.65 | 29.31 | 4.88 | - |
| YUV | 129.61 | 59.94 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 162 | 9 | 0.31 | 0 | 0.94 | 0.36 | 79.61 | 0.89 | 0.34 |
| Hex | 70 | A2 | 9 | 1F | 0 | 5E | 24 | 50 | 59 | 22 |
| Octal | 160 | 242 | 11 | 37 | 0 | 136 | 44 | 120 | 131 | 42 |
| Binary | 1110000 | 10100010 | 1001 | 11111 | 0 | 1011110 | 100100 | 1010000 | 1011001 | 100010 |
Color Harmonies of #70A209
Complementary color
Monochromatic Colors of #70A209
Black with #70A209
Text Example
Text Example
White with #70A209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A209; }
p { color: rgb(112,162,9); }
H1.HeaderClassName
{
color: #70A209;
}
.AnyTagClassName
{
color: #70A209;
}
</style>
background-color css
<style>
a { background-color: #70A209; }
a { background-color: rgb(112,162,9); }
div.DivClassName
{
background-color: #70A209;
}
.BgClassName
{
background-color: #70A209;
}
</style>
border-color css
<style>
span { border-color: #70A209; }
span { border-color: rgb(112,162,9); }
td.TdClassName
{
border-color: #70A209;
}
.TagClassName
{
border-color: #70A209;
}
</style>