Shades of Christi #71AA12
Tints of Christi #71AA12
RGB
CMYK
RGB Variations
Color information
#71AA12 (or 0x71AA12) is known color: Christi. HEX triplet: 71, AA and 12. RGB value is (113,170,18). Sum of RGB (Red+Green+Blue) = 113+170+18=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 170 (66.80% from 255 or 56.48% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AA12 is #8E55ED. Grayscale: #888888. Windows color (decimal): -9328110 or 1223281. OLE color: 1223281.
HSL color Cylindrical-coordinate representation of color #71AA12: hue angle of 82.5º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71AA12 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 170 | 18 | - |
| CMYK | 0.34 | 0 | 0.89 | 0.33 |
| HSL | 82.5º | 0.81% | 0.37% | - |
| HSV(B) | 82.5º | 0.89% | 0.67% | - |
| XYZ | 21.29 | 32.3 | 5.69 | - |
| YUV | 135.63 | 61.62 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 170 | 18 | 0.34 | 0 | 0.89 | 0.33 | 82.5 | 0.81 | 0.37 |
| Hex | 71 | AA | 12 | 22 | 0 | 59 | 21 | 52 | 51 | 25 |
| Octal | 161 | 252 | 22 | 42 | 0 | 131 | 41 | 122 | 121 | 45 |
| Binary | 1110001 | 10101010 | 10010 | 100010 | 0 | 1011001 | 100001 | 1010010 | 1010001 | 100101 |
Color Harmonies of #71AA12
Complementary color
Monochromatic Colors of #71AA12
Black with #71AA12
Text Example
Text Example
White with #71AA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AA12; }
p { color: rgb(113,170,18); }
H1.HeaderClassName
{
color: #71AA12;
}
.AnyTagClassName
{
color: #71AA12;
}
</style>
background-color css
<style>
a { background-color: #71AA12; }
a { background-color: rgb(113,170,18); }
div.DivClassName
{
background-color: #71AA12;
}
.BgClassName
{
background-color: #71AA12;
}
</style>
border-color css
<style>
span { border-color: #71AA12; }
span { border-color: rgb(113,170,18); }
td.TdClassName
{
border-color: #71AA12;
}
.TagClassName
{
border-color: #71AA12;
}
</style>