Shades of Christi #70C106
Tints of Christi #70C106
RGB
CMYK
RGB Variations
Color information
#70C106 (or 0x70C106) is known color: Christi. HEX triplet: 70, C1 and 06. RGB value is (112,193,6). Sum of RGB (Red+Green+Blue) = 112+193+6=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 193 (75.78% from 255 or 62.06% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 193 - color contains mainly: green. Hex color #70C106 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C106 is #8F3EF9. Grayscale: #949494. Windows color (decimal): -9387770 or 442736. OLE color: 442736.
HSL color Cylindrical-coordinate representation of color #70C106: hue angle of 85.99º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70C106 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 193 | 6 | - |
| CMYK | 0.42 | 0 | 0.97 | 0.24 |
| HSL | 85.99º | 0.94% | 0.39% | - |
| HSV(B) | 85.99º | 0.97% | 0.76% | - |
| XYZ | 25.78 | 41.6 | 6.84 | - |
| YUV | 147.46 | 48.16 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 193 | 6 | 0.42 | 0 | 0.97 | 0.24 | 85.99 | 0.94 | 0.39 |
| Hex | 70 | C1 | 6 | 2A | 0 | 61 | 18 | 56 | 5E | 27 |
| Octal | 160 | 301 | 6 | 52 | 0 | 141 | 30 | 126 | 136 | 47 |
| Binary | 1110000 | 11000001 | 110 | 101010 | 0 | 1100001 | 11000 | 1010110 | 1011110 | 100111 |
Color Harmonies of #70C106
Complementary color
Monochromatic Colors of #70C106
Black with #70C106
Text Example
Text Example
White with #70C106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C106; }
p { color: rgb(112,193,6); }
H1.HeaderClassName
{
color: #70C106;
}
.AnyTagClassName
{
color: #70C106;
}
</style>
background-color css
<style>
a { background-color: #70C106; }
a { background-color: rgb(112,193,6); }
div.DivClassName
{
background-color: #70C106;
}
.BgClassName
{
background-color: #70C106;
}
</style>
border-color css
<style>
span { border-color: #70C106; }
span { border-color: rgb(112,193,6); }
td.TdClassName
{
border-color: #70C106;
}
.TagClassName
{
border-color: #70C106;
}
</style>