Shades of Christi #71A82C
Tints of Christi #71A82C
RGB
CMYK
RGB Variations
Color information
#71A82C (or 0x71A82C) is known color: Christi. HEX triplet: 71, A8 and 2C. RGB value is (113,168,44). Sum of RGB (Red+Green+Blue) = 113+168+44=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 168 (66.02% from 255 or 51.69% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 168 - color contains mainly: green. Hex color #71A82C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A82C is #8E57D3. Grayscale: #898989. Windows color (decimal): -9328596 or 2926705. OLE color: 2926705.
HSL color Cylindrical-coordinate representation of color #71A82C: hue angle of 86.61º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71A82C is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 168 | 44 | - |
| CMYK | 0.33 | 0 | 0.74 | 0.34 |
| HSL | 86.61º | 0.58% | 0.42% | - |
| HSV(B) | 86.61º | 0.74% | 0.66% | - |
| XYZ | 21.27 | 31.7 | 7.38 | - |
| YUV | 137.42 | 75.28 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 168 | 44 | 0.33 | 0 | 0.74 | 0.34 | 86.61 | 0.58 | 0.42 |
| Hex | 71 | A8 | 2C | 21 | 0 | 4A | 22 | 57 | 3A | 2A |
| Octal | 161 | 250 | 54 | 41 | 0 | 112 | 42 | 127 | 72 | 52 |
| Binary | 1110001 | 10101000 | 101100 | 100001 | 0 | 1001010 | 100010 | 1010111 | 111010 | 101010 |
Color Harmonies of #71A82C
Complementary color
Monochromatic Colors of #71A82C
Black with #71A82C
Text Example
Text Example
White with #71A82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A82C; }
p { color: rgb(113,168,44); }
H1.HeaderClassName
{
color: #71A82C;
}
.AnyTagClassName
{
color: #71A82C;
}
</style>
background-color css
<style>
a { background-color: #71A82C; }
a { background-color: rgb(113,168,44); }
div.DivClassName
{
background-color: #71A82C;
}
.BgClassName
{
background-color: #71A82C;
}
</style>
border-color css
<style>
span { border-color: #71A82C; }
span { border-color: rgb(113,168,44); }
td.TdClassName
{
border-color: #71A82C;
}
.TagClassName
{
border-color: #71A82C;
}
</style>