Shades of Christi #70AD06
Tints of Christi #70AD06
RGB
CMYK
RGB Variations
Color information
#70AD06 (or 0x70AD06) is known color: Christi. HEX triplet: 70, AD and 06. RGB value is (112,173,6). Sum of RGB (Red+Green+Blue) = 112+173+6=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 173 (67.97% from 255 or 59.45% from 291); Blue value is 6 (2.73% from 255 or 2.06% from 291); Max value from RGB is 173 - color contains mainly: green. Hex color #70AD06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AD06 is #8F52F9. Grayscale: #888888. Windows color (decimal): -9392890 or 437616. OLE color: 437616.
HSL color Cylindrical-coordinate representation of color #70AD06: hue angle of 81.92º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70AD06 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 173 | 6 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.32 |
| HSL | 81.92º | 0.93% | 0.35% | - |
| HSV(B) | 81.92º | 0.97% | 0.68% | - |
| XYZ | 21.66 | 33.35 | 5.47 | - |
| YUV | 135.72 | 54.79 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 6 | 0.35 | 0 | 0.97 | 0.32 | 81.92 | 0.93 | 0.35 |
| Hex | 70 | AD | 6 | 23 | 0 | 61 | 20 | 52 | 5D | 23 |
| Octal | 160 | 255 | 6 | 43 | 0 | 141 | 40 | 122 | 135 | 43 |
| Binary | 1110000 | 10101101 | 110 | 100011 | 0 | 1100001 | 100000 | 1010010 | 1011101 | 100011 |
Color Harmonies of #70AD06
Complementary color
Monochromatic Colors of #70AD06
Black with #70AD06
Text Example
Text Example
White with #70AD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AD06; }
p { color: rgb(112,173,6); }
H1.HeaderClassName
{
color: #70AD06;
}
.AnyTagClassName
{
color: #70AD06;
}
</style>
background-color css
<style>
a { background-color: #70AD06; }
a { background-color: rgb(112,173,6); }
div.DivClassName
{
background-color: #70AD06;
}
.BgClassName
{
background-color: #70AD06;
}
</style>
border-color css
<style>
span { border-color: #70AD06; }
span { border-color: rgb(112,173,6); }
td.TdClassName
{
border-color: #70AD06;
}
.TagClassName
{
border-color: #70AD06;
}
</style>