Shades of Christi #70A619
Tints of Christi #70A619
RGB
CMYK
RGB Variations
Color information
#70A619 (or 0x70A619) is known color: Christi. HEX triplet: 70, A6 and 19. RGB value is (112,166,25). Sum of RGB (Red+Green+Blue) = 112+166+25=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 166 (65.23% from 255 or 54.79% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 166 - color contains mainly: green. Hex color #70A619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70A619 is #8F59E6. Grayscale: #868686. Windows color (decimal): -9394663 or 1681008. OLE color: 1681008.
HSL color Cylindrical-coordinate representation of color #70A619: hue angle of 82.98º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70A619 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 166 | 25 | - |
| CMYK | 0.33 | 0 | 0.85 | 0.35 |
| HSL | 82.98º | 0.74% | 0.37% | - |
| HSV(B) | 82.98º | 0.85% | 0.65% | - |
| XYZ | 20.49 | 30.79 | 5.78 | - |
| YUV | 133.78 | 66.61 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 166 | 25 | 0.33 | 0 | 0.85 | 0.35 | 82.98 | 0.74 | 0.37 |
| Hex | 70 | A6 | 19 | 21 | 0 | 55 | 23 | 53 | 4A | 25 |
| Octal | 160 | 246 | 31 | 41 | 0 | 125 | 43 | 123 | 112 | 45 |
| Binary | 1110000 | 10100110 | 11001 | 100001 | 0 | 1010101 | 100011 | 1010011 | 1001010 | 100101 |
Color Harmonies of #70A619
Complementary color
Monochromatic Colors of #70A619
Black with #70A619
Text Example
Text Example
White with #70A619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A619; }
p { color: rgb(112,166,25); }
H1.HeaderClassName
{
color: #70A619;
}
.AnyTagClassName
{
color: #70A619;
}
</style>
background-color css
<style>
a { background-color: #70A619; }
a { background-color: rgb(112,166,25); }
div.DivClassName
{
background-color: #70A619;
}
.BgClassName
{
background-color: #70A619;
}
</style>
border-color css
<style>
span { border-color: #70A619; }
span { border-color: rgb(112,166,25); }
td.TdClassName
{
border-color: #70A619;
}
.TagClassName
{
border-color: #70A619;
}
</style>