Shades of Christi #70BA09
Tints of Christi #70BA09
RGB
CMYK
RGB Variations
Color information
#70BA09 (or 0x70BA09) is known color: Christi. HEX triplet: 70, BA and 09. RGB value is (112,186,9). Sum of RGB (Red+Green+Blue) = 112+186+9=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 186 (73.05% from 255 or 60.59% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70BA09 is #8F45F6. Grayscale: #909090. Windows color (decimal): -9389559 or 637552. OLE color: 637552.
HSL color Cylindrical-coordinate representation of color #70BA09: hue angle of 85.08º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70BA09 is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 9 | - |
| CMYK | 0.40 | 0 | 0.95 | 0.27 |
| HSL | 85.08º | 0.91% | 0.38% | - |
| HSV(B) | 85.08º | 0.95% | 0.73% | - |
| XYZ | 24.29 | 38.58 | 6.43 | - |
| YUV | 143.7 | 51.98 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 9 | 0.40 | 0 | 0.95 | 0.27 | 85.08 | 0.91 | 0.38 |
| Hex | 70 | BA | 9 | 28 | 0 | 5F | 1B | 55 | 5B | 26 |
| Octal | 160 | 272 | 11 | 50 | 0 | 137 | 33 | 125 | 133 | 46 |
| Binary | 1110000 | 10111010 | 1001 | 101000 | 0 | 1011111 | 11011 | 1010101 | 1011011 | 100110 |
Color Harmonies of #70BA09
Complementary color
Monochromatic Colors of #70BA09
Black with #70BA09
Text Example
Text Example
White with #70BA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA09; }
p { color: rgb(112,186,9); }
H1.HeaderClassName
{
color: #70BA09;
}
.AnyTagClassName
{
color: #70BA09;
}
</style>
background-color css
<style>
a { background-color: #70BA09; }
a { background-color: rgb(112,186,9); }
div.DivClassName
{
background-color: #70BA09;
}
.BgClassName
{
background-color: #70BA09;
}
</style>
border-color css
<style>
span { border-color: #70BA09; }
span { border-color: rgb(112,186,9); }
td.TdClassName
{
border-color: #70BA09;
}
.TagClassName
{
border-color: #70BA09;
}
</style>