Shades of Christi #71A919
Tints of Christi #71A919
RGB
CMYK
RGB Variations
Color information
#71A919 (or 0x71A919) is known color: Christi. HEX triplet: 71, A9 and 19. RGB value is (113,169,25). Sum of RGB (Red+Green+Blue) = 113+169+25=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 169 (66.41% from 255 or 55.05% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 169 - color contains mainly: green. Hex color #71A919 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A919 is #8E56E6. Grayscale: #888888. Windows color (decimal): -9328359 or 1681777. OLE color: 1681777.
HSL color Cylindrical-coordinate representation of color #71A919: hue angle of 83.33º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71A919 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 169 | 25 | - |
| CMYK | 0.33 | 0 | 0.85 | 0.34 |
| HSL | 83.33º | 0.74% | 0.38% | - |
| HSV(B) | 83.33º | 0.85% | 0.66% | - |
| XYZ | 21.17 | 31.96 | 5.97 | - |
| YUV | 135.84 | 65.45 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 169 | 25 | 0.33 | 0 | 0.85 | 0.34 | 83.33 | 0.74 | 0.38 |
| Hex | 71 | A9 | 19 | 21 | 0 | 55 | 22 | 53 | 4A | 26 |
| Octal | 161 | 251 | 31 | 41 | 0 | 125 | 42 | 123 | 112 | 46 |
| Binary | 1110001 | 10101001 | 11001 | 100001 | 0 | 1010101 | 100010 | 1010011 | 1001010 | 100110 |
Color Harmonies of #71A919
Complementary color
Monochromatic Colors of #71A919
Black with #71A919
Text Example
Text Example
White with #71A919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A919; }
p { color: rgb(113,169,25); }
H1.HeaderClassName
{
color: #71A919;
}
.AnyTagClassName
{
color: #71A919;
}
</style>
background-color css
<style>
a { background-color: #71A919; }
a { background-color: rgb(113,169,25); }
div.DivClassName
{
background-color: #71A919;
}
.BgClassName
{
background-color: #71A919;
}
</style>
border-color css
<style>
span { border-color: #71A919; }
span { border-color: rgb(113,169,25); }
td.TdClassName
{
border-color: #71A919;
}
.TagClassName
{
border-color: #71A919;
}
</style>