Shades of Christi #70B410
Tints of Christi #70B410
RGB
CMYK
RGB Variations
Color information
#70B410 (or 0x70B410) is known color: Christi. HEX triplet: 70, B4 and 10. RGB value is (112,180,16). Sum of RGB (Red+Green+Blue) = 112+180+16=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 180 (70.70% from 255 or 58.44% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 180 - color contains mainly: green. Hex color #70B410 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70B410 is #8F4BEF. Grayscale: #8D8D8D. Windows color (decimal): -9391088 or 1094768. OLE color: 1094768.
HSL color Cylindrical-coordinate representation of color #70B410: hue angle of 84.88º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70B410 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 180 | 16 | - |
| CMYK | 0.38 | 0 | 0.91 | 0.29 |
| HSL | 84.88º | 0.84% | 0.38% | - |
| HSV(B) | 84.88º | 0.91% | 0.71% | - |
| XYZ | 23.1 | 36.12 | 6.25 | - |
| YUV | 140.97 | 57.47 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 180 | 16 | 0.38 | 0 | 0.91 | 0.29 | 84.88 | 0.84 | 0.38 |
| Hex | 70 | B4 | 10 | 26 | 0 | 5B | 1D | 55 | 54 | 26 |
| Octal | 160 | 264 | 20 | 46 | 0 | 133 | 35 | 125 | 124 | 46 |
| Binary | 1110000 | 10110100 | 10000 | 100110 | 0 | 1011011 | 11101 | 1010101 | 1010100 | 100110 |
Color Harmonies of #70B410
Complementary color
Monochromatic Colors of #70B410
Black with #70B410
Text Example
Text Example
White with #70B410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B410; }
p { color: rgb(112,180,16); }
H1.HeaderClassName
{
color: #70B410;
}
.AnyTagClassName
{
color: #70B410;
}
</style>
background-color css
<style>
a { background-color: #70B410; }
a { background-color: rgb(112,180,16); }
div.DivClassName
{
background-color: #70B410;
}
.BgClassName
{
background-color: #70B410;
}
</style>
border-color css
<style>
span { border-color: #70B410; }
span { border-color: rgb(112,180,16); }
td.TdClassName
{
border-color: #70B410;
}
.TagClassName
{
border-color: #70B410;
}
</style>