Shades of Christi #70C606
Tints of Christi #70C606
RGB
CMYK
RGB Variations
Color information
#70C606 (or 0x70C606) is known color: Christi. HEX triplet: 70, C6 and 06. RGB value is (112,198,6). Sum of RGB (Red+Green+Blue) = 112+198+6=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 198 (77.73% from 255 or 62.66% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 198 - color contains mainly: green. Hex color #70C606 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C606 is #8F39F9. Grayscale: #979797. Windows color (decimal): -9386490 or 444016. OLE color: 444016.
HSL color Cylindrical-coordinate representation of color #70C606: hue angle of 86.88º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70C606 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 198 | 6 | - |
| CMYK | 0.43 | 0 | 0.97 | 0.22 |
| HSL | 86.88º | 0.94% | 0.4% | - |
| HSV(B) | 86.88º | 0.97% | 0.78% | - |
| XYZ | 26.91 | 43.85 | 7.22 | - |
| YUV | 150.4 | 46.51 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 198 | 6 | 0.43 | 0 | 0.97 | 0.22 | 86.88 | 0.94 | 0.4 |
| Hex | 70 | C6 | 6 | 2B | 0 | 61 | 16 | 57 | 5E | 28 |
| Octal | 160 | 306 | 6 | 53 | 0 | 141 | 26 | 127 | 136 | 50 |
| Binary | 1110000 | 11000110 | 110 | 101011 | 0 | 1100001 | 10110 | 1010111 | 1011110 | 101000 |
Color Harmonies of #70C606
Complementary color
Monochromatic Colors of #70C606
Black with #70C606
Text Example
Text Example
White with #70C606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C606; }
p { color: rgb(112,198,6); }
H1.HeaderClassName
{
color: #70C606;
}
.AnyTagClassName
{
color: #70C606;
}
</style>
background-color css
<style>
a { background-color: #70C606; }
a { background-color: rgb(112,198,6); }
div.DivClassName
{
background-color: #70C606;
}
.BgClassName
{
background-color: #70C606;
}
</style>
border-color css
<style>
span { border-color: #70C606; }
span { border-color: rgb(112,198,6); }
td.TdClassName
{
border-color: #70C606;
}
.TagClassName
{
border-color: #70C606;
}
</style>