Shades of Christi #70AF2F
Tints of Christi #70AF2F
RGB
CMYK
RGB Variations
Color information
#70AF2F (or 0x70AF2F) is known color: Christi. HEX triplet: 70, AF and 2F. RGB value is (112,175,47). Sum of RGB (Red+Green+Blue) = 112+175+47=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AF2F is #8F50D0. Grayscale: #8E8E8E. Windows color (decimal): -9392337 or 3125104. OLE color: 3125104.
HSL color Cylindrical-coordinate representation of color #70AF2F: hue angle of 89.53º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70AF2F is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 175 | 47 | - |
| CMYK | 0.36 | 0 | 0.73 | 0.31 |
| HSL | 89.53º | 0.58% | 0.44% | - |
| HSV(B) | 89.53º | 0.73% | 0.69% | - |
| XYZ | 22.53 | 34.31 | 8.12 | - |
| YUV | 141.57 | 74.63 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 175 | 47 | 0.36 | 0 | 0.73 | 0.31 | 89.53 | 0.58 | 0.44 |
| Hex | 70 | AF | 2F | 24 | 0 | 49 | 1F | 5A | 3A | 2C |
| Octal | 160 | 257 | 57 | 44 | 0 | 111 | 37 | 132 | 72 | 54 |
| Binary | 1110000 | 10101111 | 101111 | 100100 | 0 | 1001001 | 11111 | 1011010 | 111010 | 101100 |
Color Harmonies of #70AF2F
Complementary color
Monochromatic Colors of #70AF2F
Black with #70AF2F
Text Example
Text Example
White with #70AF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AF2F; }
p { color: rgb(112,175,47); }
H1.HeaderClassName
{
color: #70AF2F;
}
.AnyTagClassName
{
color: #70AF2F;
}
</style>
background-color css
<style>
a { background-color: #70AF2F; }
a { background-color: rgb(112,175,47); }
div.DivClassName
{
background-color: #70AF2F;
}
.BgClassName
{
background-color: #70AF2F;
}
</style>
border-color css
<style>
span { border-color: #70AF2F; }
span { border-color: rgb(112,175,47); }
td.TdClassName
{
border-color: #70AF2F;
}
.TagClassName
{
border-color: #70AF2F;
}
</style>