Shades of Christi #70A025
Tints of Christi #70A025
RGB
CMYK
RGB Variations
Color information
#70A025 (or 0x70A025) is known color: Christi. HEX triplet: 70, A0 and 25. RGB value is (112,160,37). Sum of RGB (Red+Green+Blue) = 112+160+37=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 160 (62.89% from 255 or 51.78% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 160 - color contains mainly: green. Hex color #70A025 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A025 is #8F5FDA. Grayscale: #848484. Windows color (decimal): -9396187 or 2465904. OLE color: 2465904.
HSL color Cylindrical-coordinate representation of color #70A025: hue angle of 83.41º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70A025 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 160 | 37 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.37 |
| HSL | 83.41º | 0.62% | 0.39% | - |
| HSV(B) | 83.41º | 0.77% | 0.63% | - |
| XYZ | 19.59 | 28.72 | 6.26 | - |
| YUV | 131.63 | 74.6 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 160 | 37 | 0.30 | 0 | 0.77 | 0.37 | 83.41 | 0.62 | 0.39 |
| Hex | 70 | A0 | 25 | 1E | 0 | 4D | 25 | 53 | 3E | 27 |
| Octal | 160 | 240 | 45 | 36 | 0 | 115 | 45 | 123 | 76 | 47 |
| Binary | 1110000 | 10100000 | 100101 | 11110 | 0 | 1001101 | 100101 | 1010011 | 111110 | 100111 |
Color Harmonies of #70A025
Complementary color
Monochromatic Colors of #70A025
Black with #70A025
Text Example
Text Example
White with #70A025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A025; }
p { color: rgb(112,160,37); }
H1.HeaderClassName
{
color: #70A025;
}
.AnyTagClassName
{
color: #70A025;
}
</style>
background-color css
<style>
a { background-color: #70A025; }
a { background-color: rgb(112,160,37); }
div.DivClassName
{
background-color: #70A025;
}
.BgClassName
{
background-color: #70A025;
}
</style>
border-color css
<style>
span { border-color: #70A025; }
span { border-color: rgb(112,160,37); }
td.TdClassName
{
border-color: #70A025;
}
.TagClassName
{
border-color: #70A025;
}
</style>