Shades of Christi #70A006
Tints of Christi #70A006
RGB
CMYK
RGB Variations
Color information
#70A006 (or 0x70A006) is known color: Christi. HEX triplet: 70, A0 and 06. RGB value is (112,160,6). Sum of RGB (Red+Green+Blue) = 112+160+6=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 160 (62.89% from 255 or 57.55% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 160 - color contains mainly: green. Hex color #70A006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70A006 is #8F5FF9. Grayscale: #808080. Windows color (decimal): -9396218 or 434288. OLE color: 434288.
HSL color Cylindrical-coordinate representation of color #70A006: hue angle of 78.7º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70A006 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 160 | 6 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.37 |
| HSL | 78.7º | 0.93% | 0.33% | - |
| HSV(B) | 78.7º | 0.96% | 0.63% | - |
| XYZ | 19.29 | 28.6 | 4.68 | - |
| YUV | 128.09 | 59.1 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 160 | 6 | 0.30 | 0 | 0.96 | 0.37 | 78.7 | 0.93 | 0.33 |
| Hex | 70 | A0 | 6 | 1E | 0 | 60 | 25 | 4F | 5D | 21 |
| Octal | 160 | 240 | 6 | 36 | 0 | 140 | 45 | 117 | 135 | 41 |
| Binary | 1110000 | 10100000 | 110 | 11110 | 0 | 1100000 | 100101 | 1001111 | 1011101 | 100001 |
Color Harmonies of #70A006
Complementary color
Monochromatic Colors of #70A006
Black with #70A006
Text Example
Text Example
White with #70A006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A006; }
p { color: rgb(112,160,6); }
H1.HeaderClassName
{
color: #70A006;
}
.AnyTagClassName
{
color: #70A006;
}
</style>
background-color css
<style>
a { background-color: #70A006; }
a { background-color: rgb(112,160,6); }
div.DivClassName
{
background-color: #70A006;
}
.BgClassName
{
background-color: #70A006;
}
</style>
border-color css
<style>
span { border-color: #70A006; }
span { border-color: rgb(112,160,6); }
td.TdClassName
{
border-color: #70A006;
}
.TagClassName
{
border-color: #70A006;
}
</style>