Shades of Christi #71A327
Tints of Christi #71A327
RGB
CMYK
RGB Variations
Color information
#71A327 (or 0x71A327) is known color: Christi. HEX triplet: 71, A3 and 27. RGB value is (113,163,39). Sum of RGB (Red+Green+Blue) = 113+163+39=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 163 (64.06% from 255 or 51.75% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 163 - color contains mainly: green. Hex color #71A327 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A327 is #8E5CD8. Grayscale: #868686. Windows color (decimal): -9329881 or 2597745. OLE color: 2597745.
HSL color Cylindrical-coordinate representation of color #71A327: hue angle of 84.19º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71A327 is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 163 | 39 | - |
| CMYK | 0.31 | 0 | 0.76 | 0.36 |
| HSL | 84.19º | 0.61% | 0.4% | - |
| HSV(B) | 84.19º | 0.76% | 0.64% | - |
| XYZ | 20.27 | 29.85 | 6.61 | - |
| YUV | 133.91 | 74.44 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 163 | 39 | 0.31 | 0 | 0.76 | 0.36 | 84.19 | 0.61 | 0.4 |
| Hex | 71 | A3 | 27 | 1F | 0 | 4C | 24 | 54 | 3D | 28 |
| Octal | 161 | 243 | 47 | 37 | 0 | 114 | 44 | 124 | 75 | 50 |
| Binary | 1110001 | 10100011 | 100111 | 11111 | 0 | 1001100 | 100100 | 1010100 | 111101 | 101000 |
Color Harmonies of #71A327
Complementary color
Monochromatic Colors of #71A327
Black with #71A327
Text Example
Text Example
White with #71A327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A327; }
p { color: rgb(113,163,39); }
H1.HeaderClassName
{
color: #71A327;
}
.AnyTagClassName
{
color: #71A327;
}
</style>
background-color css
<style>
a { background-color: #71A327; }
a { background-color: rgb(113,163,39); }
div.DivClassName
{
background-color: #71A327;
}
.BgClassName
{
background-color: #71A327;
}
</style>
border-color css
<style>
span { border-color: #71A327; }
span { border-color: rgb(113,163,39); }
td.TdClassName
{
border-color: #71A327;
}
.TagClassName
{
border-color: #71A327;
}
</style>