Shades of Christi #70B729
Tints of Christi #70B729
RGB
CMYK
RGB Variations
Color information
#70B729 (or 0x70B729) is known color: Christi. HEX triplet: 70, B7 and 29. RGB value is (112,183,41). Sum of RGB (Red+Green+Blue) = 112+183+41=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 183 (71.88% from 255 or 54.46% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 183 - color contains mainly: green. Hex color #70B729 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B729 is #8F48D6. Grayscale: #929292. Windows color (decimal): -9390295 or 2733936. OLE color: 2733936.
HSL color Cylindrical-coordinate representation of color #70B729: hue angle of 90º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70B729 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 183 | 41 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.28 |
| HSL | 90º | 0.63% | 0.44% | - |
| HSV(B) | 90º | 0.78% | 0.72% | - |
| XYZ | 24.02 | 37.47 | 8.06 | - |
| YUV | 145.58 | 68.98 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 183 | 41 | 0.39 | 0 | 0.78 | 0.28 | 90 | 0.63 | 0.44 |
| Hex | 70 | B7 | 29 | 27 | 0 | 4E | 1C | 5A | 3F | 2C |
| Octal | 160 | 267 | 51 | 47 | 0 | 116 | 34 | 132 | 77 | 54 |
| Binary | 1110000 | 10110111 | 101001 | 100111 | 0 | 1001110 | 11100 | 1011010 | 111111 | 101100 |
Color Harmonies of #70B729
Complementary color
Monochromatic Colors of #70B729
Black with #70B729
Text Example
Text Example
White with #70B729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B729; }
p { color: rgb(112,183,41); }
H1.HeaderClassName
{
color: #70B729;
}
.AnyTagClassName
{
color: #70B729;
}
</style>
background-color css
<style>
a { background-color: #70B729; }
a { background-color: rgb(112,183,41); }
div.DivClassName
{
background-color: #70B729;
}
.BgClassName
{
background-color: #70B729;
}
</style>
border-color css
<style>
span { border-color: #70B729; }
span { border-color: rgb(112,183,41); }
td.TdClassName
{
border-color: #70B729;
}
.TagClassName
{
border-color: #70B729;
}
</style>