Shades of Christi #71AA26
Tints of Christi #71AA26
RGB
CMYK
RGB Variations
Color information
#71AA26 (or 0x71AA26) is known color: Christi. HEX triplet: 71, AA and 26. RGB value is (113,170,38). Sum of RGB (Red+Green+Blue) = 113+170+38=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AA26 is #8E55D9. Grayscale: #8A8A8A. Windows color (decimal): -9328090 or 2534001. OLE color: 2534001.
HSL color Cylindrical-coordinate representation of color #71AA26: hue angle of 85.91º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71AA26 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 170 | 38 | - |
| CMYK | 0.34 | 0 | 0.78 | 0.33 |
| HSL | 85.91º | 0.63% | 0.41% | - |
| HSV(B) | 85.91º | 0.78% | 0.67% | - |
| XYZ | 21.53 | 32.4 | 6.95 | - |
| YUV | 137.91 | 71.62 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 170 | 38 | 0.34 | 0 | 0.78 | 0.33 | 85.91 | 0.63 | 0.41 |
| Hex | 71 | AA | 26 | 22 | 0 | 4E | 21 | 56 | 3F | 29 |
| Octal | 161 | 252 | 46 | 42 | 0 | 116 | 41 | 126 | 77 | 51 |
| Binary | 1110001 | 10101010 | 100110 | 100010 | 0 | 1001110 | 100001 | 1010110 | 111111 | 101001 |
Color Harmonies of #71AA26
Complementary color
Monochromatic Colors of #71AA26
Black with #71AA26
Text Example
Text Example
White with #71AA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AA26; }
p { color: rgb(113,170,38); }
H1.HeaderClassName
{
color: #71AA26;
}
.AnyTagClassName
{
color: #71AA26;
}
</style>
background-color css
<style>
a { background-color: #71AA26; }
a { background-color: rgb(113,170,38); }
div.DivClassName
{
background-color: #71AA26;
}
.BgClassName
{
background-color: #71AA26;
}
</style>
border-color css
<style>
span { border-color: #71AA26; }
span { border-color: rgb(113,170,38); }
td.TdClassName
{
border-color: #71AA26;
}
.TagClassName
{
border-color: #71AA26;
}
</style>