Shades of Christi #70B724
Tints of Christi #70B724
RGB
CMYK
RGB Variations
Color information
#70B724 (or 0x70B724) is known color: Christi. HEX triplet: 70, B7 and 24. RGB value is (112,183,36). Sum of RGB (Red+Green+Blue) = 112+183+36=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 183 (71.88% from 255 or 55.29% from 331); Blue value is 36 (14.45% from 255 or 10.88% from 331); Max value from RGB is 183 - color contains mainly: green. Hex color #70B724 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B724 is #8F48DB. Grayscale: #919191. Windows color (decimal): -9390300 or 2406256. OLE color: 2406256.
HSL color Cylindrical-coordinate representation of color #70B724: hue angle of 88.98º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70B724 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 183 | 36 | - |
| CMYK | 0.39 | 0 | 0.80 | 0.28 |
| HSL | 88.98º | 0.67% | 0.43% | - |
| HSV(B) | 88.98º | 0.8% | 0.72% | - |
| XYZ | 23.93 | 37.44 | 7.63 | - |
| YUV | 145.01 | 66.48 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 183 | 36 | 0.39 | 0 | 0.80 | 0.28 | 88.98 | 0.67 | 0.43 |
| Hex | 70 | B7 | 24 | 27 | 0 | 50 | 1C | 59 | 43 | 2B |
| Octal | 160 | 267 | 44 | 47 | 0 | 120 | 34 | 131 | 103 | 53 |
| Binary | 1110000 | 10110111 | 100100 | 100111 | 0 | 1010000 | 11100 | 1011001 | 1000011 | 101011 |
Color Harmonies of #70B724
Complementary color
Monochromatic Colors of #70B724
Black with #70B724
Text Example
Text Example
White with #70B724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B724; }
p { color: rgb(112,183,36); }
H1.HeaderClassName
{
color: #70B724;
}
.AnyTagClassName
{
color: #70B724;
}
</style>
background-color css
<style>
a { background-color: #70B724; }
a { background-color: rgb(112,183,36); }
div.DivClassName
{
background-color: #70B724;
}
.BgClassName
{
background-color: #70B724;
}
</style>
border-color css
<style>
span { border-color: #70B724; }
span { border-color: rgb(112,183,36); }
td.TdClassName
{
border-color: #70B724;
}
.TagClassName
{
border-color: #70B724;
}
</style>