Shades of Christi #70B014
Tints of Christi #70B014
RGB
CMYK
RGB Variations
Color information
#70B014 (or 0x70B014) is known color: Christi. HEX triplet: 70, B0 and 14. RGB value is (112,176,20). Sum of RGB (Red+Green+Blue) = 112+176+20=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 176 (69.14% from 255 or 57.14% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 176 - color contains mainly: green. Hex color #70B014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70B014 is #8F4FEB. Grayscale: #8B8B8B. Windows color (decimal): -9392108 or 1355888. OLE color: 1355888.
HSL color Cylindrical-coordinate representation of color #70B014: hue angle of 84.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70B014 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 176 | 20 | - |
| CMYK | 0.36 | 0 | 0.89 | 0.31 |
| HSL | 84.62º | 0.8% | 0.38% | - |
| HSV(B) | 84.62º | 0.89% | 0.69% | - |
| XYZ | 22.33 | 34.55 | 6.15 | - |
| YUV | 139.08 | 60.8 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 176 | 20 | 0.36 | 0 | 0.89 | 0.31 | 84.62 | 0.8 | 0.38 |
| Hex | 70 | B0 | 14 | 24 | 0 | 59 | 1F | 55 | 50 | 26 |
| Octal | 160 | 260 | 24 | 44 | 0 | 131 | 37 | 125 | 120 | 46 |
| Binary | 1110000 | 10110000 | 10100 | 100100 | 0 | 1011001 | 11111 | 1010101 | 1010000 | 100110 |
Color Harmonies of #70B014
Complementary color
Monochromatic Colors of #70B014
Black with #70B014
Text Example
Text Example
White with #70B014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B014; }
p { color: rgb(112,176,20); }
H1.HeaderClassName
{
color: #70B014;
}
.AnyTagClassName
{
color: #70B014;
}
</style>
background-color css
<style>
a { background-color: #70B014; }
a { background-color: rgb(112,176,20); }
div.DivClassName
{
background-color: #70B014;
}
.BgClassName
{
background-color: #70B014;
}
</style>
border-color css
<style>
span { border-color: #70B014; }
span { border-color: rgb(112,176,20); }
td.TdClassName
{
border-color: #70B014;
}
.TagClassName
{
border-color: #70B014;
}
</style>