Shades of Christi #71A210
Tints of Christi #71A210
RGB
CMYK
RGB Variations
Color information
#71A210 (or 0x71A210) is known color: Christi. HEX triplet: 71, A2 and 10. RGB value is (113,162,16). Sum of RGB (Red+Green+Blue) = 113+162+16=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 162 (63.67% from 255 or 55.67% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 162 - color contains mainly: green. Hex color #71A210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A210 is #8E5DEF. Grayscale: #838383. Windows color (decimal): -9330160 or 1090161. OLE color: 1090161.
HSL color Cylindrical-coordinate representation of color #71A210: hue angle of 80.14º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71A210 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 162 | 16 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.36 |
| HSL | 80.14º | 0.82% | 0.35% | - |
| HSV(B) | 80.14º | 0.9% | 0.64% | - |
| XYZ | 19.82 | 29.39 | 5.12 | - |
| YUV | 130.71 | 63.27 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 162 | 16 | 0.30 | 0 | 0.90 | 0.36 | 80.14 | 0.82 | 0.35 |
| Hex | 71 | A2 | 10 | 1E | 0 | 5A | 24 | 50 | 52 | 23 |
| Octal | 161 | 242 | 20 | 36 | 0 | 132 | 44 | 120 | 122 | 43 |
| Binary | 1110001 | 10100010 | 10000 | 11110 | 0 | 1011010 | 100100 | 1010000 | 1010010 | 100011 |
Color Harmonies of #71A210
Complementary color
Monochromatic Colors of #71A210
Black with #71A210
Text Example
Text Example
White with #71A210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A210; }
p { color: rgb(113,162,16); }
H1.HeaderClassName
{
color: #71A210;
}
.AnyTagClassName
{
color: #71A210;
}
</style>
background-color css
<style>
a { background-color: #71A210; }
a { background-color: rgb(113,162,16); }
div.DivClassName
{
background-color: #71A210;
}
.BgClassName
{
background-color: #71A210;
}
</style>
border-color css
<style>
span { border-color: #71A210; }
span { border-color: rgb(113,162,16); }
td.TdClassName
{
border-color: #71A210;
}
.TagClassName
{
border-color: #71A210;
}
</style>