Shades of Christi #70BA0E
Tints of Christi #70BA0E
RGB
CMYK
RGB Variations
Color information
#70BA0E (or 0x70BA0E) is known color: Christi. HEX triplet: 70, BA and 0E. RGB value is (112,186,14). Sum of RGB (Red+Green+Blue) = 112+186+14=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70BA0E is #8F45F1. Grayscale: #909090. Windows color (decimal): -9389554 or 965232. OLE color: 965232.
HSL color Cylindrical-coordinate representation of color #70BA0E: hue angle of 85.81º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70BA0E is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 14 | - |
| CMYK | 0.40 | 0 | 0.92 | 0.27 |
| HSL | 85.81º | 0.86% | 0.39% | - |
| HSV(B) | 85.81º | 0.92% | 0.73% | - |
| XYZ | 24.32 | 38.59 | 6.58 | - |
| YUV | 144.27 | 54.48 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 14 | 0.40 | 0 | 0.92 | 0.27 | 85.81 | 0.86 | 0.39 |
| Hex | 70 | BA | E | 28 | 0 | 5C | 1B | 56 | 56 | 27 |
| Octal | 160 | 272 | 16 | 50 | 0 | 134 | 33 | 126 | 126 | 47 |
| Binary | 1110000 | 10111010 | 1110 | 101000 | 0 | 1011100 | 11011 | 1010110 | 1010110 | 100111 |
Color Harmonies of #70BA0E
Complementary color
Monochromatic Colors of #70BA0E
Black with #70BA0E
Text Example
Text Example
White with #70BA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA0E; }
p { color: rgb(112,186,14); }
H1.HeaderClassName
{
color: #70BA0E;
}
.AnyTagClassName
{
color: #70BA0E;
}
</style>
background-color css
<style>
a { background-color: #70BA0E; }
a { background-color: rgb(112,186,14); }
div.DivClassName
{
background-color: #70BA0E;
}
.BgClassName
{
background-color: #70BA0E;
}
</style>
border-color css
<style>
span { border-color: #70BA0E; }
span { border-color: rgb(112,186,14); }
td.TdClassName
{
border-color: #70BA0E;
}
.TagClassName
{
border-color: #70BA0E;
}
</style>