Shades of Christi #70A407
Tints of Christi #70A407
RGB
CMYK
RGB Variations
Color information
#70A407 (or 0x70A407) is known color: Christi. HEX triplet: 70, A4 and 07. RGB value is (112,164,7). Sum of RGB (Red+Green+Blue) = 112+164+7=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 164 (64.45% from 255 or 57.95% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 164 - color contains mainly: green. Hex color #70A407 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70A407 is #8F5BF8. Grayscale: #838383. Windows color (decimal): -9395193 or 500848. OLE color: 500848.
HSL color Cylindrical-coordinate representation of color #70A407: hue angle of 79.87º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70A407 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 164 | 7 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.36 |
| HSL | 79.87º | 0.92% | 0.34% | - |
| HSV(B) | 79.87º | 0.96% | 0.64% | - |
| XYZ | 20 | 30.01 | 4.94 | - |
| YUV | 130.55 | 58.27 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 164 | 7 | 0.32 | 0 | 0.96 | 0.36 | 79.87 | 0.92 | 0.34 |
| Hex | 70 | A4 | 7 | 20 | 0 | 60 | 24 | 50 | 5C | 22 |
| Octal | 160 | 244 | 7 | 40 | 0 | 140 | 44 | 120 | 134 | 42 |
| Binary | 1110000 | 10100100 | 111 | 100000 | 0 | 1100000 | 100100 | 1010000 | 1011100 | 100010 |
Color Harmonies of #70A407
Complementary color
Monochromatic Colors of #70A407
Black with #70A407
Text Example
Text Example
White with #70A407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A407; }
p { color: rgb(112,164,7); }
H1.HeaderClassName
{
color: #70A407;
}
.AnyTagClassName
{
color: #70A407;
}
</style>
background-color css
<style>
a { background-color: #70A407; }
a { background-color: rgb(112,164,7); }
div.DivClassName
{
background-color: #70A407;
}
.BgClassName
{
background-color: #70A407;
}
</style>
border-color css
<style>
span { border-color: #70A407; }
span { border-color: rgb(112,164,7); }
td.TdClassName
{
border-color: #70A407;
}
.TagClassName
{
border-color: #70A407;
}
</style>