Shades of Christi #70B429
Tints of Christi #70B429
RGB
CMYK
RGB Variations
Color information
#70B429 (or 0x70B429) is known color: Christi. HEX triplet: 70, B4 and 29. RGB value is (112,180,41). Sum of RGB (Red+Green+Blue) = 112+180+41=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 180 (70.70% from 255 or 54.05% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 180 - color contains mainly: green. Hex color #70B429 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B429 is #8F4BD6. Grayscale: #909090. Windows color (decimal): -9391063 or 2733168. OLE color: 2733168.
HSL color Cylindrical-coordinate representation of color #70B429: hue angle of 89.35º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70B429 is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 180 | 41 | - |
| CMYK | 0.38 | 0 | 0.77 | 0.29 |
| HSL | 89.35º | 0.63% | 0.43% | - |
| HSV(B) | 89.35º | 0.77% | 0.71% | - |
| XYZ | 23.4 | 36.25 | 7.86 | - |
| YUV | 143.82 | 69.97 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 180 | 41 | 0.38 | 0 | 0.77 | 0.29 | 89.35 | 0.63 | 0.43 |
| Hex | 70 | B4 | 29 | 26 | 0 | 4D | 1D | 59 | 3F | 2B |
| Octal | 160 | 264 | 51 | 46 | 0 | 115 | 35 | 131 | 77 | 53 |
| Binary | 1110000 | 10110100 | 101001 | 100110 | 0 | 1001101 | 11101 | 1011001 | 111111 | 101011 |
Color Harmonies of #70B429
Complementary color
Monochromatic Colors of #70B429
Black with #70B429
Text Example
Text Example
White with #70B429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B429; }
p { color: rgb(112,180,41); }
H1.HeaderClassName
{
color: #70B429;
}
.AnyTagClassName
{
color: #70B429;
}
</style>
background-color css
<style>
a { background-color: #70B429; }
a { background-color: rgb(112,180,41); }
div.DivClassName
{
background-color: #70B429;
}
.BgClassName
{
background-color: #70B429;
}
</style>
border-color css
<style>
span { border-color: #70B429; }
span { border-color: rgb(112,180,41); }
td.TdClassName
{
border-color: #70B429;
}
.TagClassName
{
border-color: #70B429;
}
</style>