Shades of Christi #70B702
Tints of Christi #70B702
RGB
CMYK
RGB Variations
Color information
#70B702 (or 0x70B702) is known color: Christi. HEX triplet: 70, B7 and 02. RGB value is (112,183,2). Sum of RGB (Red+Green+Blue) = 112+183+2=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 183 (71.88% from 255 or 61.62% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 183 - color contains mainly: green. Hex color #70B702 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70B702 is #8F48FD. Grayscale: #8D8D8D. Windows color (decimal): -9390334 or 178032. OLE color: 178032.
HSL color Cylindrical-coordinate representation of color #70B702: hue angle of 83.54º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70B702 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 183 | 2 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.28 |
| HSL | 83.54º | 0.98% | 0.36% | - |
| HSV(B) | 83.54º | 0.99% | 0.72% | - |
| XYZ | 23.63 | 37.32 | 6.01 | - |
| YUV | 141.14 | 49.48 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 183 | 2 | 0.39 | 0 | 0.99 | 0.28 | 83.54 | 0.98 | 0.36 |
| Hex | 70 | B7 | 2 | 27 | 0 | 63 | 1C | 54 | 62 | 24 |
| Octal | 160 | 267 | 2 | 47 | 0 | 143 | 34 | 124 | 142 | 44 |
| Binary | 1110000 | 10110111 | 10 | 100111 | 0 | 1100011 | 11100 | 1010100 | 1100010 | 100100 |
Color Harmonies of #70B702
Complementary color
Monochromatic Colors of #70B702
Black with #70B702
Text Example
Text Example
White with #70B702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B702; }
p { color: rgb(112,183,2); }
H1.HeaderClassName
{
color: #70B702;
}
.AnyTagClassName
{
color: #70B702;
}
</style>
background-color css
<style>
a { background-color: #70B702; }
a { background-color: rgb(112,183,2); }
div.DivClassName
{
background-color: #70B702;
}
.BgClassName
{
background-color: #70B702;
}
</style>
border-color css
<style>
span { border-color: #70B702; }
span { border-color: rgb(112,183,2); }
td.TdClassName
{
border-color: #70B702;
}
.TagClassName
{
border-color: #70B702;
}
</style>