Shades of Christi #70B713
Tints of Christi #70B713
RGB
CMYK
RGB Variations
Color information
#70B713 (or 0x70B713) is known color: Christi. HEX triplet: 70, B7 and 13. RGB value is (112,183,19). Sum of RGB (Red+Green+Blue) = 112+183+19=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 183 (71.88% from 255 or 58.28% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 183 - color contains mainly: green. Hex color #70B713 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70B713 is #8F48EC. Grayscale: #8F8F8F. Windows color (decimal): -9390317 or 1292144. OLE color: 1292144.
HSL color Cylindrical-coordinate representation of color #70B713: hue angle of 85.98º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70B713 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 183 | 19 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.28 |
| HSL | 85.98º | 0.81% | 0.4% | - |
| HSV(B) | 85.98º | 0.9% | 0.72% | - |
| XYZ | 23.73 | 37.36 | 6.58 | - |
| YUV | 143.08 | 57.98 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 183 | 19 | 0.39 | 0 | 0.90 | 0.28 | 85.98 | 0.81 | 0.4 |
| Hex | 70 | B7 | 13 | 27 | 0 | 5A | 1C | 56 | 51 | 28 |
| Octal | 160 | 267 | 23 | 47 | 0 | 132 | 34 | 126 | 121 | 50 |
| Binary | 1110000 | 10110111 | 10011 | 100111 | 0 | 1011010 | 11100 | 1010110 | 1010001 | 101000 |
Color Harmonies of #70B713
Complementary color
Monochromatic Colors of #70B713
Black with #70B713
Text Example
Text Example
White with #70B713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B713; }
p { color: rgb(112,183,19); }
H1.HeaderClassName
{
color: #70B713;
}
.AnyTagClassName
{
color: #70B713;
}
</style>
background-color css
<style>
a { background-color: #70B713; }
a { background-color: rgb(112,183,19); }
div.DivClassName
{
background-color: #70B713;
}
.BgClassName
{
background-color: #70B713;
}
</style>
border-color css
<style>
span { border-color: #70B713; }
span { border-color: rgb(112,183,19); }
td.TdClassName
{
border-color: #70B713;
}
.TagClassName
{
border-color: #70B713;
}
</style>