Shades of Christi #71A010
Tints of Christi #71A010
RGB
CMYK
RGB Variations
Color information
#71A010 (or 0x71A010) is known color: Christi. HEX triplet: 71, A0 and 10. RGB value is (113,160,16). Sum of RGB (Red+Green+Blue) = 113+160+16=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 160 (62.89% from 255 or 55.36% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 160 - color contains mainly: green. Hex color #71A010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A010 is #8E5FEF. Grayscale: #828282. Windows color (decimal): -9330672 or 1089649. OLE color: 1089649.
HSL color Cylindrical-coordinate representation of color #71A010: hue angle of 79.58º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71A010 is Cyan = 0.29, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 160 | 16 | - |
| CMYK | 0.29 | 0 | 0.9 | 0.37 |
| HSL | 79.58º | 0.82% | 0.35% | - |
| HSV(B) | 79.58º | 0.9% | 0.63% | - |
| XYZ | 19.47 | 28.69 | 5 | - |
| YUV | 129.53 | 63.93 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 160 | 16 | 0.29 | 0 | 0.9 | 0.37 | 79.58 | 0.82 | 0.35 |
| Hex | 71 | A0 | 10 | 1D | 0 | 5A | 25 | 50 | 52 | 23 |
| Octal | 161 | 240 | 20 | 35 | 0 | 132 | 45 | 120 | 122 | 43 |
| Binary | 1110001 | 10100000 | 10000 | 11101 | 0 | 1011010 | 100101 | 1010000 | 1010010 | 100011 |
Color Harmonies of #71A010
Complementary color
Monochromatic Colors of #71A010
Black with #71A010
Text Example
Text Example
White with #71A010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A010; }
p { color: rgb(113,160,16); }
H1.HeaderClassName
{
color: #71A010;
}
.AnyTagClassName
{
color: #71A010;
}
</style>
background-color css
<style>
a { background-color: #71A010; }
a { background-color: rgb(113,160,16); }
div.DivClassName
{
background-color: #71A010;
}
.BgClassName
{
background-color: #71A010;
}
</style>
border-color css
<style>
span { border-color: #71A010; }
span { border-color: rgb(113,160,16); }
td.TdClassName
{
border-color: #71A010;
}
.TagClassName
{
border-color: #71A010;
}
</style>