Shades of Christi #70B119
Tints of Christi #70B119
RGB
CMYK
RGB Variations
Color information
#70B119 (or 0x70B119) is known color: Christi. HEX triplet: 70, B1 and 19. RGB value is (112,177,25). Sum of RGB (Red+Green+Blue) = 112+177+25=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 177 (69.53% from 255 or 56.37% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 177 - color contains mainly: green. Hex color #70B119 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70B119 is #8F4EE6. Grayscale: #8C8C8C. Windows color (decimal): -9391847 or 1683824. OLE color: 1683824.
HSL color Cylindrical-coordinate representation of color #70B119: hue angle of 85.66º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70B119 is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 177 | 25 | - |
| CMYK | 0.37 | 0 | 0.86 | 0.31 |
| HSL | 85.66º | 0.75% | 0.4% | - |
| HSV(B) | 85.66º | 0.86% | 0.69% | - |
| XYZ | 22.58 | 34.96 | 6.48 | - |
| YUV | 140.24 | 62.97 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 177 | 25 | 0.37 | 0 | 0.86 | 0.31 | 85.66 | 0.75 | 0.4 |
| Hex | 70 | B1 | 19 | 25 | 0 | 56 | 1F | 56 | 4B | 28 |
| Octal | 160 | 261 | 31 | 45 | 0 | 126 | 37 | 126 | 113 | 50 |
| Binary | 1110000 | 10110001 | 11001 | 100101 | 0 | 1010110 | 11111 | 1010110 | 1001011 | 101000 |
Color Harmonies of #70B119
Complementary color
Monochromatic Colors of #70B119
Black with #70B119
Text Example
Text Example
White with #70B119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B119; }
p { color: rgb(112,177,25); }
H1.HeaderClassName
{
color: #70B119;
}
.AnyTagClassName
{
color: #70B119;
}
</style>
background-color css
<style>
a { background-color: #70B119; }
a { background-color: rgb(112,177,25); }
div.DivClassName
{
background-color: #70B119;
}
.BgClassName
{
background-color: #70B119;
}
</style>
border-color css
<style>
span { border-color: #70B119; }
span { border-color: rgb(112,177,25); }
td.TdClassName
{
border-color: #70B119;
}
.TagClassName
{
border-color: #70B119;
}
</style>