Shades of Christi #70C709
Tints of Christi #70C709
RGB
CMYK
RGB Variations
Color information
#70C709 (or 0x70C709) is known color: Christi. HEX triplet: 70, C7 and 09. RGB value is (112,199,9). Sum of RGB (Red+Green+Blue) = 112+199+9=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 199 (78.12% from 255 or 62.19% from 320); Blue value is 9 (3.91% from 255 or 2.81% from 320); Max value from RGB is 199 - color contains mainly: green. Hex color #70C709 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C709 is #8F38F6. Grayscale: #989898. Windows color (decimal): -9386231 or 640880. OLE color: 640880.
HSL color Cylindrical-coordinate representation of color #70C709: hue angle of 87.47º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70C709 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 199 | 9 | - |
| CMYK | 0.44 | 0 | 0.95 | 0.22 |
| HSL | 87.47º | 0.91% | 0.41% | - |
| HSV(B) | 87.47º | 0.95% | 0.78% | - |
| XYZ | 27.15 | 44.31 | 7.38 | - |
| YUV | 151.33 | 47.68 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 199 | 9 | 0.44 | 0 | 0.95 | 0.22 | 87.47 | 0.91 | 0.41 |
| Hex | 70 | C7 | 9 | 2C | 0 | 5F | 16 | 57 | 5B | 29 |
| Octal | 160 | 307 | 11 | 54 | 0 | 137 | 26 | 127 | 133 | 51 |
| Binary | 1110000 | 11000111 | 1001 | 101100 | 0 | 1011111 | 10110 | 1010111 | 1011011 | 101001 |
Color Harmonies of #70C709
Complementary color
Monochromatic Colors of #70C709
Black with #70C709
Text Example
Text Example
White with #70C709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C709; }
p { color: rgb(112,199,9); }
H1.HeaderClassName
{
color: #70C709;
}
.AnyTagClassName
{
color: #70C709;
}
</style>
background-color css
<style>
a { background-color: #70C709; }
a { background-color: rgb(112,199,9); }
div.DivClassName
{
background-color: #70C709;
}
.BgClassName
{
background-color: #70C709;
}
</style>
border-color css
<style>
span { border-color: #70C709; }
span { border-color: rgb(112,199,9); }
td.TdClassName
{
border-color: #70C709;
}
.TagClassName
{
border-color: #70C709;
}
</style>