Shades of Christi #70B319
Tints of Christi #70B319
RGB
CMYK
RGB Variations
Color information
#70B319 (or 0x70B319) is known color: Christi. HEX triplet: 70, B3 and 19. RGB value is (112,179,25). Sum of RGB (Red+Green+Blue) = 112+179+25=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 179 (70.31% from 255 or 56.65% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 179 - color contains mainly: green. Hex color #70B319 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70B319 is #8F4CE6. Grayscale: #8D8D8D. Windows color (decimal): -9391335 or 1684336. OLE color: 1684336.
HSL color Cylindrical-coordinate representation of color #70B319: hue angle of 86.1º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70B319 is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 179 | 25 | - |
| CMYK | 0.37 | 0 | 0.86 | 0.30 |
| HSL | 86.1º | 0.75% | 0.4% | - |
| HSV(B) | 86.1º | 0.86% | 0.7% | - |
| XYZ | 22.98 | 35.76 | 6.61 | - |
| YUV | 141.41 | 62.3 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 179 | 25 | 0.37 | 0 | 0.86 | 0.30 | 86.1 | 0.75 | 0.4 |
| Hex | 70 | B3 | 19 | 25 | 0 | 56 | 1E | 56 | 4B | 28 |
| Octal | 160 | 263 | 31 | 45 | 0 | 126 | 36 | 126 | 113 | 50 |
| Binary | 1110000 | 10110011 | 11001 | 100101 | 0 | 1010110 | 11110 | 1010110 | 1001011 | 101000 |
Color Harmonies of #70B319
Complementary color
Monochromatic Colors of #70B319
Black with #70B319
Text Example
Text Example
White with #70B319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B319; }
p { color: rgb(112,179,25); }
H1.HeaderClassName
{
color: #70B319;
}
.AnyTagClassName
{
color: #70B319;
}
</style>
background-color css
<style>
a { background-color: #70B319; }
a { background-color: rgb(112,179,25); }
div.DivClassName
{
background-color: #70B319;
}
.BgClassName
{
background-color: #70B319;
}
</style>
border-color css
<style>
span { border-color: #70B319; }
span { border-color: rgb(112,179,25); }
td.TdClassName
{
border-color: #70B319;
}
.TagClassName
{
border-color: #70B319;
}
</style>