Shades of Christi #71A72D
Tints of Christi #71A72D
RGB
CMYK
RGB Variations
Color information
#71A72D (or 0x71A72D) is known color: Christi. HEX triplet: 71, A7 and 2D. RGB value is (113,167,45). Sum of RGB (Red+Green+Blue) = 113+167+45=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 167 (65.62% from 255 or 51.38% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 167 - color contains mainly: green. Hex color #71A72D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A72D is #8E58D2. Grayscale: #898989. Windows color (decimal): -9328851 or 2991985. OLE color: 2991985.
HSL color Cylindrical-coordinate representation of color #71A72D: hue angle of 86.56º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71A72D is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 167 | 45 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.35 |
| HSL | 86.56º | 0.58% | 0.42% | - |
| HSV(B) | 86.56º | 0.73% | 0.65% | - |
| XYZ | 21.1 | 31.34 | 7.42 | - |
| YUV | 136.95 | 76.11 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 167 | 45 | 0.32 | 0 | 0.73 | 0.35 | 86.56 | 0.58 | 0.42 |
| Hex | 71 | A7 | 2D | 20 | 0 | 49 | 23 | 57 | 3A | 2A |
| Octal | 161 | 247 | 55 | 40 | 0 | 111 | 43 | 127 | 72 | 52 |
| Binary | 1110001 | 10100111 | 101101 | 100000 | 0 | 1001001 | 100011 | 1010111 | 111010 | 101010 |
Color Harmonies of #71A72D
Complementary color
Monochromatic Colors of #71A72D
Black with #71A72D
Text Example
Text Example
White with #71A72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A72D; }
p { color: rgb(113,167,45); }
H1.HeaderClassName
{
color: #71A72D;
}
.AnyTagClassName
{
color: #71A72D;
}
</style>
background-color css
<style>
a { background-color: #71A72D; }
a { background-color: rgb(113,167,45); }
div.DivClassName
{
background-color: #71A72D;
}
.BgClassName
{
background-color: #71A72D;
}
</style>
border-color css
<style>
span { border-color: #71A72D; }
span { border-color: rgb(113,167,45); }
td.TdClassName
{
border-color: #71A72D;
}
.TagClassName
{
border-color: #71A72D;
}
</style>