Shades of Christi #70A827
Tints of Christi #70A827
RGB
CMYK
RGB Variations
Color information
#70A827 (or 0x70A827) is known color: Christi. HEX triplet: 70, A8 and 27. RGB value is (112,168,39). Sum of RGB (Red+Green+Blue) = 112+168+39=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 168 (66.02% from 255 or 52.66% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 168 - color contains mainly: green. Hex color #70A827 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A827 is #8F57D8. Grayscale: #898989. Windows color (decimal): -9394137 or 2599024. OLE color: 2599024.
HSL color Cylindrical-coordinate representation of color #70A827: hue angle of 86.05º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70A827 is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 168 | 39 | - |
| CMYK | 0.33 | 0 | 0.77 | 0.34 |
| HSL | 86.05º | 0.62% | 0.41% | - |
| HSV(B) | 86.05º | 0.77% | 0.66% | - |
| XYZ | 21.05 | 31.6 | 6.91 | - |
| YUV | 136.55 | 72.95 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 168 | 39 | 0.33 | 0 | 0.77 | 0.34 | 86.05 | 0.62 | 0.41 |
| Hex | 70 | A8 | 27 | 21 | 0 | 4D | 22 | 56 | 3E | 29 |
| Octal | 160 | 250 | 47 | 41 | 0 | 115 | 42 | 126 | 76 | 51 |
| Binary | 1110000 | 10101000 | 100111 | 100001 | 0 | 1001101 | 100010 | 1010110 | 111110 | 101001 |
Color Harmonies of #70A827
Complementary color
Monochromatic Colors of #70A827
Black with #70A827
Text Example
Text Example
White with #70A827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A827; }
p { color: rgb(112,168,39); }
H1.HeaderClassName
{
color: #70A827;
}
.AnyTagClassName
{
color: #70A827;
}
</style>
background-color css
<style>
a { background-color: #70A827; }
a { background-color: rgb(112,168,39); }
div.DivClassName
{
background-color: #70A827;
}
.BgClassName
{
background-color: #70A827;
}
</style>
border-color css
<style>
span { border-color: #70A827; }
span { border-color: rgb(112,168,39); }
td.TdClassName
{
border-color: #70A827;
}
.TagClassName
{
border-color: #70A827;
}
</style>