Shades of Christi #70B705
Tints of Christi #70B705
RGB
CMYK
RGB Variations
Color information
#70B705 (or 0x70B705) is known color: Christi. HEX triplet: 70, B7 and 05. RGB value is (112,183,5). Sum of RGB (Red+Green+Blue) = 112+183+5=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 183 (71.88% from 255 or 61% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 183 - color contains mainly: green. Hex color #70B705 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70B705 is #8F48FA. Grayscale: #8E8E8E. Windows color (decimal): -9390331 or 374640. OLE color: 374640.
HSL color Cylindrical-coordinate representation of color #70B705: hue angle of 83.93º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70B705 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 183 | 5 | - |
| CMYK | 0.39 | 0 | 0.97 | 0.28 |
| HSL | 83.93º | 0.95% | 0.37% | - |
| HSV(B) | 83.93º | 0.97% | 0.72% | - |
| XYZ | 23.64 | 37.32 | 6.1 | - |
| YUV | 141.48 | 50.98 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 183 | 5 | 0.39 | 0 | 0.97 | 0.28 | 83.93 | 0.95 | 0.37 |
| Hex | 70 | B7 | 5 | 27 | 0 | 61 | 1C | 54 | 5F | 25 |
| Octal | 160 | 267 | 5 | 47 | 0 | 141 | 34 | 124 | 137 | 45 |
| Binary | 1110000 | 10110111 | 101 | 100111 | 0 | 1100001 | 11100 | 1010100 | 1011111 | 100101 |
Color Harmonies of #70B705
Complementary color
Monochromatic Colors of #70B705
Black with #70B705
Text Example
Text Example
White with #70B705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B705; }
p { color: rgb(112,183,5); }
H1.HeaderClassName
{
color: #70B705;
}
.AnyTagClassName
{
color: #70B705;
}
</style>
background-color css
<style>
a { background-color: #70B705; }
a { background-color: rgb(112,183,5); }
div.DivClassName
{
background-color: #70B705;
}
.BgClassName
{
background-color: #70B705;
}
</style>
border-color css
<style>
span { border-color: #70B705; }
span { border-color: rgb(112,183,5); }
td.TdClassName
{
border-color: #70B705;
}
.TagClassName
{
border-color: #70B705;
}
</style>