Shades of Christi #71AA17
Tints of Christi #71AA17
RGB
CMYK
RGB Variations
Color information
#71AA17 (or 0x71AA17) is known color: Christi. HEX triplet: 71, AA and 17. RGB value is (113,170,23). Sum of RGB (Red+Green+Blue) = 113+170+23=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 170 (66.80% from 255 or 55.56% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AA17 is #8E55E8. Grayscale: #888888. Windows color (decimal): -9328105 or 1550961. OLE color: 1550961.
HSL color Cylindrical-coordinate representation of color #71AA17: hue angle of 83.27º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71AA17 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 170 | 23 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.33 |
| HSL | 83.27º | 0.76% | 0.38% | - |
| HSV(B) | 83.27º | 0.86% | 0.67% | - |
| XYZ | 21.34 | 32.32 | 5.92 | - |
| YUV | 136.2 | 64.12 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 170 | 23 | 0.34 | 0 | 0.86 | 0.33 | 83.27 | 0.76 | 0.38 |
| Hex | 71 | AA | 17 | 22 | 0 | 56 | 21 | 53 | 4C | 26 |
| Octal | 161 | 252 | 27 | 42 | 0 | 126 | 41 | 123 | 114 | 46 |
| Binary | 1110001 | 10101010 | 10111 | 100010 | 0 | 1010110 | 100001 | 1010011 | 1001100 | 100110 |
Color Harmonies of #71AA17
Complementary color
Monochromatic Colors of #71AA17
Black with #71AA17
Text Example
Text Example
White with #71AA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AA17; }
p { color: rgb(113,170,23); }
H1.HeaderClassName
{
color: #71AA17;
}
.AnyTagClassName
{
color: #71AA17;
}
</style>
background-color css
<style>
a { background-color: #71AA17; }
a { background-color: rgb(113,170,23); }
div.DivClassName
{
background-color: #71AA17;
}
.BgClassName
{
background-color: #71AA17;
}
</style>
border-color css
<style>
span { border-color: #71AA17; }
span { border-color: rgb(113,170,23); }
td.TdClassName
{
border-color: #71AA17;
}
.TagClassName
{
border-color: #71AA17;
}
</style>