Shades of Christi #70BE06
Tints of Christi #70BE06
RGB
CMYK
RGB Variations
Color information
#70BE06 (or 0x70BE06) is known color: Christi. HEX triplet: 70, BE and 06. RGB value is (112,190,6). Sum of RGB (Red+Green+Blue) = 112+190+6=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 190 (74.61% from 255 or 61.69% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70BE06 is #8F41F9. Grayscale: #929292. Windows color (decimal): -9388538 or 441968. OLE color: 441968.
HSL color Cylindrical-coordinate representation of color #70BE06: hue angle of 85.43º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70BE06 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 190 | 6 | - |
| CMYK | 0.41 | 0 | 0.97 | 0.25 |
| HSL | 85.43º | 0.94% | 0.38% | - |
| HSV(B) | 85.43º | 0.97% | 0.75% | - |
| XYZ | 25.13 | 40.28 | 6.62 | - |
| YUV | 145.7 | 49.16 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 190 | 6 | 0.41 | 0 | 0.97 | 0.25 | 85.43 | 0.94 | 0.38 |
| Hex | 70 | BE | 6 | 29 | 0 | 61 | 19 | 55 | 5E | 26 |
| Octal | 160 | 276 | 6 | 51 | 0 | 141 | 31 | 125 | 136 | 46 |
| Binary | 1110000 | 10111110 | 110 | 101001 | 0 | 1100001 | 11001 | 1010101 | 1011110 | 100110 |
Color Harmonies of #70BE06
Complementary color
Monochromatic Colors of #70BE06
Black with #70BE06
Text Example
Text Example
White with #70BE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BE06; }
p { color: rgb(112,190,6); }
H1.HeaderClassName
{
color: #70BE06;
}
.AnyTagClassName
{
color: #70BE06;
}
</style>
background-color css
<style>
a { background-color: #70BE06; }
a { background-color: rgb(112,190,6); }
div.DivClassName
{
background-color: #70BE06;
}
.BgClassName
{
background-color: #70BE06;
}
</style>
border-color css
<style>
span { border-color: #70BE06; }
span { border-color: rgb(112,190,6); }
td.TdClassName
{
border-color: #70BE06;
}
.TagClassName
{
border-color: #70BE06;
}
</style>