Shades of Christi #71A126
Tints of Christi #71A126
RGB
CMYK
RGB Variations
Color information
#71A126 (or 0x71A126) is known color: Christi. HEX triplet: 71, A1 and 26. RGB value is (113,161,38). Sum of RGB (Red+Green+Blue) = 113+161+38=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 161 (63.28% from 255 or 51.60% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 161 - color contains mainly: green. Hex color #71A126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A126 is #8E5ED9. Grayscale: #858585. Windows color (decimal): -9330394 or 2531697. OLE color: 2531697.
HSL color Cylindrical-coordinate representation of color #71A126: hue angle of 83.41º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71A126 is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 161 | 38 | - |
| CMYK | 0.30 | 0 | 0.76 | 0.37 |
| HSL | 83.41º | 0.62% | 0.39% | - |
| HSV(B) | 83.41º | 0.76% | 0.63% | - |
| XYZ | 19.9 | 29.14 | 6.41 | - |
| YUV | 132.63 | 74.6 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 161 | 38 | 0.30 | 0 | 0.76 | 0.37 | 83.41 | 0.62 | 0.39 |
| Hex | 71 | A1 | 26 | 1E | 0 | 4C | 25 | 53 | 3E | 27 |
| Octal | 161 | 241 | 46 | 36 | 0 | 114 | 45 | 123 | 76 | 47 |
| Binary | 1110001 | 10100001 | 100110 | 11110 | 0 | 1001100 | 100101 | 1010011 | 111110 | 100111 |
Color Harmonies of #71A126
Complementary color
Monochromatic Colors of #71A126
Black with #71A126
Text Example
Text Example
White with #71A126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A126; }
p { color: rgb(113,161,38); }
H1.HeaderClassName
{
color: #71A126;
}
.AnyTagClassName
{
color: #71A126;
}
</style>
background-color css
<style>
a { background-color: #71A126; }
a { background-color: rgb(113,161,38); }
div.DivClassName
{
background-color: #71A126;
}
.BgClassName
{
background-color: #71A126;
}
</style>
border-color css
<style>
span { border-color: #71A126; }
span { border-color: rgb(113,161,38); }
td.TdClassName
{
border-color: #71A126;
}
.TagClassName
{
border-color: #71A126;
}
</style>