Shades of Christi #70A415
Tints of Christi #70A415
RGB
CMYK
RGB Variations
Color information
#70A415 (or 0x70A415) is known color: Christi. HEX triplet: 70, A4 and 15. RGB value is (112,164,21). Sum of RGB (Red+Green+Blue) = 112+164+21=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 164 (64.45% from 255 or 55.22% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 164 - color contains mainly: green. Hex color #70A415 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70A415 is #8F5BEA. Grayscale: #848484. Windows color (decimal): -9395179 or 1418352. OLE color: 1418352.
HSL color Cylindrical-coordinate representation of color #70A415: hue angle of 81.82º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70A415 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 164 | 21 | - |
| CMYK | 0.32 | 0 | 0.87 | 0.36 |
| HSL | 81.82º | 0.77% | 0.36% | - |
| HSV(B) | 81.82º | 0.87% | 0.64% | - |
| XYZ | 20.09 | 30.05 | 5.45 | - |
| YUV | 132.15 | 65.27 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 164 | 21 | 0.32 | 0 | 0.87 | 0.36 | 81.82 | 0.77 | 0.36 |
| Hex | 70 | A4 | 15 | 20 | 0 | 57 | 24 | 52 | 4D | 24 |
| Octal | 160 | 244 | 25 | 40 | 0 | 127 | 44 | 122 | 115 | 44 |
| Binary | 1110000 | 10100100 | 10101 | 100000 | 0 | 1010111 | 100100 | 1010010 | 1001101 | 100100 |
Color Harmonies of #70A415
Complementary color
Monochromatic Colors of #70A415
Black with #70A415
Text Example
Text Example
White with #70A415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A415; }
p { color: rgb(112,164,21); }
H1.HeaderClassName
{
color: #70A415;
}
.AnyTagClassName
{
color: #70A415;
}
</style>
background-color css
<style>
a { background-color: #70A415; }
a { background-color: rgb(112,164,21); }
div.DivClassName
{
background-color: #70A415;
}
.BgClassName
{
background-color: #70A415;
}
</style>
border-color css
<style>
span { border-color: #70A415; }
span { border-color: rgb(112,164,21); }
td.TdClassName
{
border-color: #70A415;
}
.TagClassName
{
border-color: #70A415;
}
</style>