Shades of Christi #71A013
Tints of Christi #71A013
RGB
CMYK
RGB Variations
Color information
#71A013 (or 0x71A013) is known color: Christi. HEX triplet: 71, A0 and 13. RGB value is (113,160,19). Sum of RGB (Red+Green+Blue) = 113+160+19=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 160 (62.89% from 255 or 54.79% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 160 - color contains mainly: green. Hex color #71A013 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A013 is #8E5FEC. Grayscale: #828282. Windows color (decimal): -9330669 or 1286257. OLE color: 1286257.
HSL color Cylindrical-coordinate representation of color #71A013: hue angle of 80º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71A013 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 160 | 19 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.37 |
| HSL | 80º | 0.79% | 0.35% | - |
| HSV(B) | 80º | 0.88% | 0.63% | - |
| XYZ | 19.5 | 28.7 | 5.13 | - |
| YUV | 129.87 | 65.43 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 160 | 19 | 0.29 | 0 | 0.88 | 0.37 | 80 | 0.79 | 0.35 |
| Hex | 71 | A0 | 13 | 1D | 0 | 58 | 25 | 50 | 4F | 23 |
| Octal | 161 | 240 | 23 | 35 | 0 | 130 | 45 | 120 | 117 | 43 |
| Binary | 1110001 | 10100000 | 10011 | 11101 | 0 | 1011000 | 100101 | 1010000 | 1001111 | 100011 |
Color Harmonies of #71A013
Complementary color
Monochromatic Colors of #71A013
Black with #71A013
Text Example
Text Example
White with #71A013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A013; }
p { color: rgb(113,160,19); }
H1.HeaderClassName
{
color: #71A013;
}
.AnyTagClassName
{
color: #71A013;
}
</style>
background-color css
<style>
a { background-color: #71A013; }
a { background-color: rgb(113,160,19); }
div.DivClassName
{
background-color: #71A013;
}
.BgClassName
{
background-color: #71A013;
}
</style>
border-color css
<style>
span { border-color: #71A013; }
span { border-color: rgb(113,160,19); }
td.TdClassName
{
border-color: #71A013;
}
.TagClassName
{
border-color: #71A013;
}
</style>