Shades of Christi #70B715
Tints of Christi #70B715
RGB
CMYK
RGB Variations
Color information
#70B715 (or 0x70B715) is known color: Christi. HEX triplet: 70, B7 and 15. RGB value is (112,183,21). Sum of RGB (Red+Green+Blue) = 112+183+21=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 183 (71.88% from 255 or 57.91% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 183 - color contains mainly: green. Hex color #70B715 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70B715 is #8F48EA. Grayscale: #8F8F8F. Windows color (decimal): -9390315 or 1423216. OLE color: 1423216.
HSL color Cylindrical-coordinate representation of color #70B715: hue angle of 86.3º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70B715 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 183 | 21 | - |
| CMYK | 0.39 | 0 | 0.89 | 0.28 |
| HSL | 86.3º | 0.79% | 0.4% | - |
| HSV(B) | 86.3º | 0.89% | 0.72% | - |
| XYZ | 23.75 | 37.37 | 6.67 | - |
| YUV | 143.3 | 58.98 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 183 | 21 | 0.39 | 0 | 0.89 | 0.28 | 86.3 | 0.79 | 0.4 |
| Hex | 70 | B7 | 15 | 27 | 0 | 59 | 1C | 56 | 4F | 28 |
| Octal | 160 | 267 | 25 | 47 | 0 | 131 | 34 | 126 | 117 | 50 |
| Binary | 1110000 | 10110111 | 10101 | 100111 | 0 | 1011001 | 11100 | 1010110 | 1001111 | 101000 |
Color Harmonies of #70B715
Complementary color
Monochromatic Colors of #70B715
Black with #70B715
Text Example
Text Example
White with #70B715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B715; }
p { color: rgb(112,183,21); }
H1.HeaderClassName
{
color: #70B715;
}
.AnyTagClassName
{
color: #70B715;
}
</style>
background-color css
<style>
a { background-color: #70B715; }
a { background-color: rgb(112,183,21); }
div.DivClassName
{
background-color: #70B715;
}
.BgClassName
{
background-color: #70B715;
}
</style>
border-color css
<style>
span { border-color: #70B715; }
span { border-color: rgb(112,183,21); }
td.TdClassName
{
border-color: #70B715;
}
.TagClassName
{
border-color: #70B715;
}
</style>