Shades of Christi #70A62D
Tints of Christi #70A62D
RGB
CMYK
RGB Variations
Color information
#70A62D (or 0x70A62D) is known color: Christi. HEX triplet: 70, A6 and 2D. RGB value is (112,166,45). Sum of RGB (Red+Green+Blue) = 112+166+45=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 166 (65.23% from 255 or 51.39% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 166 - color contains mainly: green. Hex color #70A62D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A62D is #8F59D2. Grayscale: #888888. Windows color (decimal): -9394643 or 2991728. OLE color: 2991728.
HSL color Cylindrical-coordinate representation of color #70A62D: hue angle of 86.78º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70A62D is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 166 | 45 | - |
| CMYK | 0.33 | 0 | 0.73 | 0.35 |
| HSL | 86.78º | 0.57% | 0.41% | - |
| HSV(B) | 86.78º | 0.73% | 0.65% | - |
| XYZ | 20.79 | 30.91 | 7.35 | - |
| YUV | 136.06 | 76.61 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 166 | 45 | 0.33 | 0 | 0.73 | 0.35 | 86.78 | 0.57 | 0.41 |
| Hex | 70 | A6 | 2D | 21 | 0 | 49 | 23 | 57 | 39 | 29 |
| Octal | 160 | 246 | 55 | 41 | 0 | 111 | 43 | 127 | 71 | 51 |
| Binary | 1110000 | 10100110 | 101101 | 100001 | 0 | 1001001 | 100011 | 1010111 | 111001 | 101001 |
Color Harmonies of #70A62D
Complementary color
Monochromatic Colors of #70A62D
Black with #70A62D
Text Example
Text Example
White with #70A62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A62D; }
p { color: rgb(112,166,45); }
H1.HeaderClassName
{
color: #70A62D;
}
.AnyTagClassName
{
color: #70A62D;
}
</style>
background-color css
<style>
a { background-color: #70A62D; }
a { background-color: rgb(112,166,45); }
div.DivClassName
{
background-color: #70A62D;
}
.BgClassName
{
background-color: #70A62D;
}
</style>
border-color css
<style>
span { border-color: #70A62D; }
span { border-color: rgb(112,166,45); }
td.TdClassName
{
border-color: #70A62D;
}
.TagClassName
{
border-color: #70A62D;
}
</style>