Shades of Christi #71A416
Tints of Christi #71A416
RGB
CMYK
RGB Variations
Color information
#71A416 (or 0x71A416) is known color: Christi. HEX triplet: 71, A4 and 16. RGB value is (113,164,22). Sum of RGB (Red+Green+Blue) = 113+164+22=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 164 (64.45% from 255 or 54.85% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 164 - color contains mainly: green. Hex color #71A416 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A416 is #8E5BE9. Grayscale: #858585. Windows color (decimal): -9329642 or 1483889. OLE color: 1483889.
HSL color Cylindrical-coordinate representation of color #71A416: hue angle of 81.55º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71A416 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 164 | 22 | - |
| CMYK | 0.31 | 0 | 0.87 | 0.36 |
| HSL | 81.55º | 0.76% | 0.36% | - |
| HSV(B) | 81.55º | 0.87% | 0.64% | - |
| XYZ | 20.23 | 30.12 | 5.51 | - |
| YUV | 132.56 | 65.6 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 164 | 22 | 0.31 | 0 | 0.87 | 0.36 | 81.55 | 0.76 | 0.36 |
| Hex | 71 | A4 | 16 | 1F | 0 | 57 | 24 | 52 | 4C | 24 |
| Octal | 161 | 244 | 26 | 37 | 0 | 127 | 44 | 122 | 114 | 44 |
| Binary | 1110001 | 10100100 | 10110 | 11111 | 0 | 1010111 | 100100 | 1010010 | 1001100 | 100100 |
Color Harmonies of #71A416
Complementary color
Monochromatic Colors of #71A416
Black with #71A416
Text Example
Text Example
White with #71A416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A416; }
p { color: rgb(113,164,22); }
H1.HeaderClassName
{
color: #71A416;
}
.AnyTagClassName
{
color: #71A416;
}
</style>
background-color css
<style>
a { background-color: #71A416; }
a { background-color: rgb(113,164,22); }
div.DivClassName
{
background-color: #71A416;
}
.BgClassName
{
background-color: #71A416;
}
</style>
border-color css
<style>
span { border-color: #71A416; }
span { border-color: rgb(113,164,22); }
td.TdClassName
{
border-color: #71A416;
}
.TagClassName
{
border-color: #71A416;
}
</style>