Shades of Christi #70AB0D
Tints of Christi #70AB0D
RGB
CMYK
RGB Variations
Color information
#70AB0D (or 0x70AB0D) is known color: Christi. HEX triplet: 70, AB and 0D. RGB value is (112,171,13). Sum of RGB (Red+Green+Blue) = 112+171+13=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 171 (67.19% from 255 or 57.77% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AB0D is #8F54F2. Grayscale: #878787. Windows color (decimal): -9393395 or 895856. OLE color: 895856.
HSL color Cylindrical-coordinate representation of color #70AB0D: hue angle of 82.41º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70AB0D is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 13 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.33 |
| HSL | 82.41º | 0.86% | 0.36% | - |
| HSV(B) | 82.41º | 0.92% | 0.67% | - |
| XYZ | 21.32 | 32.6 | 5.55 | - |
| YUV | 135.35 | 58.95 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 13 | 0.35 | 0 | 0.92 | 0.33 | 82.41 | 0.86 | 0.36 |
| Hex | 70 | AB | D | 23 | 0 | 5C | 21 | 52 | 56 | 24 |
| Octal | 160 | 253 | 15 | 43 | 0 | 134 | 41 | 122 | 126 | 44 |
| Binary | 1110000 | 10101011 | 1101 | 100011 | 0 | 1011100 | 100001 | 1010010 | 1010110 | 100100 |
Color Harmonies of #70AB0D
Complementary color
Monochromatic Colors of #70AB0D
Black with #70AB0D
Text Example
Text Example
White with #70AB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB0D; }
p { color: rgb(112,171,13); }
H1.HeaderClassName
{
color: #70AB0D;
}
.AnyTagClassName
{
color: #70AB0D;
}
</style>
background-color css
<style>
a { background-color: #70AB0D; }
a { background-color: rgb(112,171,13); }
div.DivClassName
{
background-color: #70AB0D;
}
.BgClassName
{
background-color: #70AB0D;
}
</style>
border-color css
<style>
span { border-color: #70AB0D; }
span { border-color: rgb(112,171,13); }
td.TdClassName
{
border-color: #70AB0D;
}
.TagClassName
{
border-color: #70AB0D;
}
</style>