Shades of Christi #70BA0A
Tints of Christi #70BA0A
RGB
CMYK
RGB Variations
Color information
#70BA0A (or 0x70BA0A) is known color: Christi. HEX triplet: 70, BA and 0A. RGB value is (112,186,10). Sum of RGB (Red+Green+Blue) = 112+186+10=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 186 (73.05% from 255 or 60.39% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70BA0A is #8F45F5. Grayscale: #909090. Windows color (decimal): -9389558 or 703088. OLE color: 703088.
HSL color Cylindrical-coordinate representation of color #70BA0A: hue angle of 85.23º degrees, saturation: 0.9, 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 #70BA0A is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 10 | - |
| CMYK | 0.40 | 0 | 0.95 | 0.27 |
| HSL | 85.23º | 0.9% | 0.38% | - |
| HSV(B) | 85.23º | 0.95% | 0.73% | - |
| XYZ | 24.3 | 38.58 | 6.45 | - |
| YUV | 143.81 | 52.48 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 10 | 0.40 | 0 | 0.95 | 0.27 | 85.23 | 0.9 | 0.38 |
| Hex | 70 | BA | A | 28 | 0 | 5F | 1B | 55 | 5A | 26 |
| Octal | 160 | 272 | 12 | 50 | 0 | 137 | 33 | 125 | 132 | 46 |
| Binary | 1110000 | 10111010 | 1010 | 101000 | 0 | 1011111 | 11011 | 1010101 | 1011010 | 100110 |
Color Harmonies of #70BA0A
Complementary color
Monochromatic Colors of #70BA0A
Black with #70BA0A
Text Example
Text Example
White with #70BA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA0A; }
p { color: rgb(112,186,10); }
H1.HeaderClassName
{
color: #70BA0A;
}
.AnyTagClassName
{
color: #70BA0A;
}
</style>
background-color css
<style>
a { background-color: #70BA0A; }
a { background-color: rgb(112,186,10); }
div.DivClassName
{
background-color: #70BA0A;
}
.BgClassName
{
background-color: #70BA0A;
}
</style>
border-color css
<style>
span { border-color: #70BA0A; }
span { border-color: rgb(112,186,10); }
td.TdClassName
{
border-color: #70BA0A;
}
.TagClassName
{
border-color: #70BA0A;
}
</style>