Shades of Christi #70A405
Tints of Christi #70A405
RGB
CMYK
RGB Variations
Color information
#70A405 (or 0x70A405) is known color: Christi. HEX triplet: 70, A4 and 05. RGB value is (112,164,5). Sum of RGB (Red+Green+Blue) = 112+164+5=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 164 (64.45% from 255 or 58.36% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 164 - color contains mainly: green. Hex color #70A405 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70A405 is #8F5BFA. Grayscale: #828282. Windows color (decimal): -9395195 or 369776. OLE color: 369776.
HSL color Cylindrical-coordinate representation of color #70A405: hue angle of 79.62º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70A405 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 164 | 5 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.36 |
| HSL | 79.62º | 0.94% | 0.33% | - |
| HSV(B) | 79.62º | 0.97% | 0.64% | - |
| XYZ | 19.98 | 30.01 | 4.88 | - |
| YUV | 130.33 | 57.27 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 164 | 5 | 0.32 | 0 | 0.97 | 0.36 | 79.62 | 0.94 | 0.33 |
| Hex | 70 | A4 | 5 | 20 | 0 | 61 | 24 | 50 | 5E | 21 |
| Octal | 160 | 244 | 5 | 40 | 0 | 141 | 44 | 120 | 136 | 41 |
| Binary | 1110000 | 10100100 | 101 | 100000 | 0 | 1100001 | 100100 | 1010000 | 1011110 | 100001 |
Color Harmonies of #70A405
Complementary color
Monochromatic Colors of #70A405
Black with #70A405
Text Example
Text Example
White with #70A405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A405; }
p { color: rgb(112,164,5); }
H1.HeaderClassName
{
color: #70A405;
}
.AnyTagClassName
{
color: #70A405;
}
</style>
background-color css
<style>
a { background-color: #70A405; }
a { background-color: rgb(112,164,5); }
div.DivClassName
{
background-color: #70A405;
}
.BgClassName
{
background-color: #70A405;
}
</style>
border-color css
<style>
span { border-color: #70A405; }
span { border-color: rgb(112,164,5); }
td.TdClassName
{
border-color: #70A405;
}
.TagClassName
{
border-color: #70A405;
}
</style>