Shades of Christi #70A00E
Tints of Christi #70A00E
RGB
CMYK
RGB Variations
Color information
#70A00E (or 0x70A00E) is known color: Christi. HEX triplet: 70, A0 and 0E. RGB value is (112,160,14). Sum of RGB (Red+Green+Blue) = 112+160+14=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 160 (62.89% from 255 or 55.94% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 160 - color contains mainly: green. Hex color #70A00E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70A00E is #8F5FF1. Grayscale: #818181. Windows color (decimal): -9396210 or 958576. OLE color: 958576.
HSL color Cylindrical-coordinate representation of color #70A00E: hue angle of 79.73º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70A00E is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 160 | 14 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.37 |
| HSL | 79.73º | 0.84% | 0.34% | - |
| HSV(B) | 79.73º | 0.91% | 0.63% | - |
| XYZ | 19.33 | 28.62 | 4.92 | - |
| YUV | 129 | 63.1 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 160 | 14 | 0.30 | 0 | 0.91 | 0.37 | 79.73 | 0.84 | 0.34 |
| Hex | 70 | A0 | E | 1E | 0 | 5B | 25 | 50 | 54 | 22 |
| Octal | 160 | 240 | 16 | 36 | 0 | 133 | 45 | 120 | 124 | 42 |
| Binary | 1110000 | 10100000 | 1110 | 11110 | 0 | 1011011 | 100101 | 1010000 | 1010100 | 100010 |
Color Harmonies of #70A00E
Complementary color
Monochromatic Colors of #70A00E
Black with #70A00E
Text Example
Text Example
White with #70A00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A00E; }
p { color: rgb(112,160,14); }
H1.HeaderClassName
{
color: #70A00E;
}
.AnyTagClassName
{
color: #70A00E;
}
</style>
background-color css
<style>
a { background-color: #70A00E; }
a { background-color: rgb(112,160,14); }
div.DivClassName
{
background-color: #70A00E;
}
.BgClassName
{
background-color: #70A00E;
}
</style>
border-color css
<style>
span { border-color: #70A00E; }
span { border-color: rgb(112,160,14); }
td.TdClassName
{
border-color: #70A00E;
}
.TagClassName
{
border-color: #70A00E;
}
</style>