Shades of Christi #71A910
Tints of Christi #71A910
RGB
CMYK
RGB Variations
Color information
#71A910 (or 0x71A910) is known color: Christi. HEX triplet: 71, A9 and 10. RGB value is (113,169,16). Sum of RGB (Red+Green+Blue) = 113+169+16=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 169 (66.41% from 255 or 56.71% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 169 - color contains mainly: green. Hex color #71A910 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A910 is #8E56EF. Grayscale: #878787. Windows color (decimal): -9328368 or 1091953. OLE color: 1091953.
HSL color Cylindrical-coordinate representation of color #71A910: hue angle of 81.96º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71A910 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 169 | 16 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.34 |
| HSL | 81.96º | 0.83% | 0.36% | - |
| HSV(B) | 81.96º | 0.91% | 0.66% | - |
| XYZ | 21.09 | 31.92 | 5.54 | - |
| YUV | 134.81 | 60.95 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 169 | 16 | 0.33 | 0 | 0.91 | 0.34 | 81.96 | 0.83 | 0.36 |
| Hex | 71 | A9 | 10 | 21 | 0 | 5B | 22 | 52 | 53 | 24 |
| Octal | 161 | 251 | 20 | 41 | 0 | 133 | 42 | 122 | 123 | 44 |
| Binary | 1110001 | 10101001 | 10000 | 100001 | 0 | 1011011 | 100010 | 1010010 | 1010011 | 100100 |
Color Harmonies of #71A910
Complementary color
Monochromatic Colors of #71A910
Black with #71A910
Text Example
Text Example
White with #71A910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A910; }
p { color: rgb(113,169,16); }
H1.HeaderClassName
{
color: #71A910;
}
.AnyTagClassName
{
color: #71A910;
}
</style>
background-color css
<style>
a { background-color: #71A910; }
a { background-color: rgb(113,169,16); }
div.DivClassName
{
background-color: #71A910;
}
.BgClassName
{
background-color: #71A910;
}
</style>
border-color css
<style>
span { border-color: #71A910; }
span { border-color: rgb(113,169,16); }
td.TdClassName
{
border-color: #71A910;
}
.TagClassName
{
border-color: #71A910;
}
</style>