Shades of Christi #70AF0B
Tints of Christi #70AF0B
RGB
CMYK
RGB Variations
Color information
#70AF0B (or 0x70AF0B) is known color: Christi. HEX triplet: 70, AF and 0B. RGB value is (112,175,11). Sum of RGB (Red+Green+Blue) = 112+175+11=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 175 (68.75% from 255 or 58.72% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AF0B is #8F50F4. Grayscale: #8A8A8A. Windows color (decimal): -9392373 or 765808. OLE color: 765808.
HSL color Cylindrical-coordinate representation of color #70AF0B: hue angle of 83.05º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70AF0B is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 175 | 11 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.31 |
| HSL | 83.05º | 0.88% | 0.36% | - |
| HSV(B) | 83.05º | 0.94% | 0.69% | - |
| XYZ | 22.07 | 34.13 | 5.74 | - |
| YUV | 137.47 | 56.63 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 175 | 11 | 0.36 | 0 | 0.94 | 0.31 | 83.05 | 0.88 | 0.36 |
| Hex | 70 | AF | B | 24 | 0 | 5E | 1F | 53 | 58 | 24 |
| Octal | 160 | 257 | 13 | 44 | 0 | 136 | 37 | 123 | 130 | 44 |
| Binary | 1110000 | 10101111 | 1011 | 100100 | 0 | 1011110 | 11111 | 1010011 | 1011000 | 100100 |
Color Harmonies of #70AF0B
Complementary color
Monochromatic Colors of #70AF0B
Black with #70AF0B
Text Example
Text Example
White with #70AF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AF0B; }
p { color: rgb(112,175,11); }
H1.HeaderClassName
{
color: #70AF0B;
}
.AnyTagClassName
{
color: #70AF0B;
}
</style>
background-color css
<style>
a { background-color: #70AF0B; }
a { background-color: rgb(112,175,11); }
div.DivClassName
{
background-color: #70AF0B;
}
.BgClassName
{
background-color: #70AF0B;
}
</style>
border-color css
<style>
span { border-color: #70AF0B; }
span { border-color: rgb(112,175,11); }
td.TdClassName
{
border-color: #70AF0B;
}
.TagClassName
{
border-color: #70AF0B;
}
</style>