Shades of Christi #70B021
Tints of Christi #70B021
RGB
CMYK
RGB Variations
Color information
#70B021 (or 0x70B021) is known color: Christi. HEX triplet: 70, B0 and 21. RGB value is (112,176,33). Sum of RGB (Red+Green+Blue) = 112+176+33=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 176 (69.14% from 255 or 54.83% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 176 - color contains mainly: green. Hex color #70B021 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70B021 is #8F4FDE. Grayscale: #8D8D8D. Windows color (decimal): -9392095 or 2207856. OLE color: 2207856.
HSL color Cylindrical-coordinate representation of color #70B021: hue angle of 86.85º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70B021 is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 176 | 33 | - |
| CMYK | 0.36 | 0 | 0.81 | 0.31 |
| HSL | 86.85º | 0.68% | 0.41% | - |
| HSV(B) | 86.85º | 0.81% | 0.69% | - |
| XYZ | 22.48 | 34.61 | 6.93 | - |
| YUV | 140.56 | 67.3 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 176 | 33 | 0.36 | 0 | 0.81 | 0.31 | 86.85 | 0.68 | 0.41 |
| Hex | 70 | B0 | 21 | 24 | 0 | 51 | 1F | 57 | 44 | 29 |
| Octal | 160 | 260 | 41 | 44 | 0 | 121 | 37 | 127 | 104 | 51 |
| Binary | 1110000 | 10110000 | 100001 | 100100 | 0 | 1010001 | 11111 | 1010111 | 1000100 | 101001 |
Color Harmonies of #70B021
Complementary color
Monochromatic Colors of #70B021
Black with #70B021
Text Example
Text Example
White with #70B021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B021; }
p { color: rgb(112,176,33); }
H1.HeaderClassName
{
color: #70B021;
}
.AnyTagClassName
{
color: #70B021;
}
</style>
background-color css
<style>
a { background-color: #70B021; }
a { background-color: rgb(112,176,33); }
div.DivClassName
{
background-color: #70B021;
}
.BgClassName
{
background-color: #70B021;
}
</style>
border-color css
<style>
span { border-color: #70B021; }
span { border-color: rgb(112,176,33); }
td.TdClassName
{
border-color: #70B021;
}
.TagClassName
{
border-color: #70B021;
}
</style>