Shades of Christi #71A915
Tints of Christi #71A915
RGB
CMYK
RGB Variations
Color information
#71A915 (or 0x71A915) is known color: Christi. HEX triplet: 71, A9 and 15. RGB value is (113,169,21). Sum of RGB (Red+Green+Blue) = 113+169+21=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 169 (66.41% from 255 or 55.78% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 169 - color contains mainly: green. Hex color #71A915 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A915 is #8E56EA. Grayscale: #878787. Windows color (decimal): -9328363 or 1419633. OLE color: 1419633.
HSL color Cylindrical-coordinate representation of color #71A915: hue angle of 82.7º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71A915 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 169 | 21 | - |
| CMYK | 0.33 | 0 | 0.88 | 0.34 |
| HSL | 82.7º | 0.78% | 0.37% | - |
| HSV(B) | 82.7º | 0.88% | 0.66% | - |
| XYZ | 21.13 | 31.94 | 5.76 | - |
| YUV | 135.38 | 63.45 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 169 | 21 | 0.33 | 0 | 0.88 | 0.34 | 82.7 | 0.78 | 0.37 |
| Hex | 71 | A9 | 15 | 21 | 0 | 58 | 22 | 53 | 4E | 25 |
| Octal | 161 | 251 | 25 | 41 | 0 | 130 | 42 | 123 | 116 | 45 |
| Binary | 1110001 | 10101001 | 10101 | 100001 | 0 | 1011000 | 100010 | 1010011 | 1001110 | 100101 |
Color Harmonies of #71A915
Complementary color
Monochromatic Colors of #71A915
Black with #71A915
Text Example
Text Example
White with #71A915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A915; }
p { color: rgb(113,169,21); }
H1.HeaderClassName
{
color: #71A915;
}
.AnyTagClassName
{
color: #71A915;
}
</style>
background-color css
<style>
a { background-color: #71A915; }
a { background-color: rgb(113,169,21); }
div.DivClassName
{
background-color: #71A915;
}
.BgClassName
{
background-color: #71A915;
}
</style>
border-color css
<style>
span { border-color: #71A915; }
span { border-color: rgb(113,169,21); }
td.TdClassName
{
border-color: #71A915;
}
.TagClassName
{
border-color: #71A915;
}
</style>