Shades of Christi #70A018
Tints of Christi #70A018
RGB
CMYK
RGB Variations
Color information
#70A018 (or 0x70A018) is known color: Christi. HEX triplet: 70, A0 and 18. RGB value is (112,160,24). Sum of RGB (Red+Green+Blue) = 112+160+24=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 160 (62.89% from 255 or 54.05% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 160 - color contains mainly: green. Hex color #70A018 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70A018 is #8F5FE7. Grayscale: #828282. Windows color (decimal): -9396200 or 1613936. OLE color: 1613936.
HSL color Cylindrical-coordinate representation of color #70A018: hue angle of 81.18º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70A018 is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 160 | 24 | - |
| CMYK | 0.30 | 0 | 0.85 | 0.37 |
| HSL | 81.18º | 0.74% | 0.36% | - |
| HSV(B) | 81.18º | 0.85% | 0.63% | - |
| XYZ | 19.42 | 28.65 | 5.37 | - |
| YUV | 130.14 | 68.1 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 160 | 24 | 0.30 | 0 | 0.85 | 0.37 | 81.18 | 0.74 | 0.36 |
| Hex | 70 | A0 | 18 | 1E | 0 | 55 | 25 | 51 | 4A | 24 |
| Octal | 160 | 240 | 30 | 36 | 0 | 125 | 45 | 121 | 112 | 44 |
| Binary | 1110000 | 10100000 | 11000 | 11110 | 0 | 1010101 | 100101 | 1010001 | 1001010 | 100100 |
Color Harmonies of #70A018
Complementary color
Monochromatic Colors of #70A018
Black with #70A018
Text Example
Text Example
White with #70A018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A018; }
p { color: rgb(112,160,24); }
H1.HeaderClassName
{
color: #70A018;
}
.AnyTagClassName
{
color: #70A018;
}
</style>
background-color css
<style>
a { background-color: #70A018; }
a { background-color: rgb(112,160,24); }
div.DivClassName
{
background-color: #70A018;
}
.BgClassName
{
background-color: #70A018;
}
</style>
border-color css
<style>
span { border-color: #70A018; }
span { border-color: rgb(112,160,24); }
td.TdClassName
{
border-color: #70A018;
}
.TagClassName
{
border-color: #70A018;
}
</style>