Shades of Christi #70A61D
Tints of Christi #70A61D
RGB
CMYK
RGB Variations
Color information
#70A61D (or 0x70A61D) is known color: Christi. HEX triplet: 70, A6 and 1D. RGB value is (112,166,29). Sum of RGB (Red+Green+Blue) = 112+166+29=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 166 (65.23% from 255 or 54.07% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 166 - color contains mainly: green. Hex color #70A61D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A61D is #8F59E2. Grayscale: #868686. Windows color (decimal): -9394659 or 1943152. OLE color: 1943152.
HSL color Cylindrical-coordinate representation of color #70A61D: hue angle of 83.65º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70A61D is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 166 | 29 | - |
| CMYK | 0.33 | 0 | 0.83 | 0.35 |
| HSL | 83.65º | 0.7% | 0.38% | - |
| HSV(B) | 83.65º | 0.83% | 0.65% | - |
| XYZ | 20.54 | 30.81 | 6.03 | - |
| YUV | 134.24 | 68.61 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 166 | 29 | 0.33 | 0 | 0.83 | 0.35 | 83.65 | 0.7 | 0.38 |
| Hex | 70 | A6 | 1D | 21 | 0 | 53 | 23 | 54 | 46 | 26 |
| Octal | 160 | 246 | 35 | 41 | 0 | 123 | 43 | 124 | 106 | 46 |
| Binary | 1110000 | 10100110 | 11101 | 100001 | 0 | 1010011 | 100011 | 1010100 | 1000110 | 100110 |
Color Harmonies of #70A61D
Complementary color
Monochromatic Colors of #70A61D
Black with #70A61D
Text Example
Text Example
White with #70A61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A61D; }
p { color: rgb(112,166,29); }
H1.HeaderClassName
{
color: #70A61D;
}
.AnyTagClassName
{
color: #70A61D;
}
</style>
background-color css
<style>
a { background-color: #70A61D; }
a { background-color: rgb(112,166,29); }
div.DivClassName
{
background-color: #70A61D;
}
.BgClassName
{
background-color: #70A61D;
}
</style>
border-color css
<style>
span { border-color: #70A61D; }
span { border-color: rgb(112,166,29); }
td.TdClassName
{
border-color: #70A61D;
}
.TagClassName
{
border-color: #70A61D;
}
</style>