Shades of Christi #70A305
Tints of Christi #70A305
RGB
CMYK
RGB Variations
Color information
#70A305 (or 0x70A305) is known color: Christi. HEX triplet: 70, A3 and 05. RGB value is (112,163,5). Sum of RGB (Red+Green+Blue) = 112+163+5=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 163 (64.06% from 255 or 58.21% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 163 - color contains mainly: green. Hex color #70A305 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70A305 is #8F5CFA. Grayscale: #828282. Windows color (decimal): -9395451 or 369520. OLE color: 369520.
HSL color Cylindrical-coordinate representation of color #70A305: hue angle of 79.37º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70A305 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 163 | 5 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.36 |
| HSL | 79.37º | 0.94% | 0.33% | - |
| HSV(B) | 79.37º | 0.97% | 0.64% | - |
| XYZ | 19.81 | 29.65 | 4.82 | - |
| YUV | 129.74 | 57.6 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 163 | 5 | 0.31 | 0 | 0.97 | 0.36 | 79.37 | 0.94 | 0.33 |
| Hex | 70 | A3 | 5 | 1F | 0 | 61 | 24 | 4F | 5E | 21 |
| Octal | 160 | 243 | 5 | 37 | 0 | 141 | 44 | 117 | 136 | 41 |
| Binary | 1110000 | 10100011 | 101 | 11111 | 0 | 1100001 | 100100 | 1001111 | 1011110 | 100001 |
Color Harmonies of #70A305
Complementary color
Monochromatic Colors of #70A305
Black with #70A305
Text Example
Text Example
White with #70A305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A305; }
p { color: rgb(112,163,5); }
H1.HeaderClassName
{
color: #70A305;
}
.AnyTagClassName
{
color: #70A305;
}
</style>
background-color css
<style>
a { background-color: #70A305; }
a { background-color: rgb(112,163,5); }
div.DivClassName
{
background-color: #70A305;
}
.BgClassName
{
background-color: #70A305;
}
</style>
border-color css
<style>
span { border-color: #70A305; }
span { border-color: rgb(112,163,5); }
td.TdClassName
{
border-color: #70A305;
}
.TagClassName
{
border-color: #70A305;
}
</style>