Shades of Christi #71AA19
Tints of Christi #71AA19
RGB
CMYK
RGB Variations
Color information
#71AA19 (or 0x71AA19) is known color: Christi. HEX triplet: 71, AA and 19. RGB value is (113,170,25). Sum of RGB (Red+Green+Blue) = 113+170+25=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AA19 is #8E55E6. Grayscale: #888888. Windows color (decimal): -9328103 or 1682033. OLE color: 1682033.
HSL color Cylindrical-coordinate representation of color #71AA19: hue angle of 83.59º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71AA19 is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 170 | 25 | - |
| CMYK | 0.34 | 0 | 0.85 | 0.33 |
| HSL | 83.59º | 0.74% | 0.38% | - |
| HSV(B) | 83.59º | 0.85% | 0.67% | - |
| XYZ | 21.36 | 32.33 | 6.03 | - |
| YUV | 136.43 | 65.12 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 170 | 25 | 0.34 | 0 | 0.85 | 0.33 | 83.59 | 0.74 | 0.38 |
| Hex | 71 | AA | 19 | 22 | 0 | 55 | 21 | 54 | 4A | 26 |
| Octal | 161 | 252 | 31 | 42 | 0 | 125 | 41 | 124 | 112 | 46 |
| Binary | 1110001 | 10101010 | 11001 | 100010 | 0 | 1010101 | 100001 | 1010100 | 1001010 | 100110 |
Color Harmonies of #71AA19
Complementary color
Monochromatic Colors of #71AA19
Black with #71AA19
Text Example
Text Example
White with #71AA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AA19; }
p { color: rgb(113,170,25); }
H1.HeaderClassName
{
color: #71AA19;
}
.AnyTagClassName
{
color: #71AA19;
}
</style>
background-color css
<style>
a { background-color: #71AA19; }
a { background-color: rgb(113,170,25); }
div.DivClassName
{
background-color: #71AA19;
}
.BgClassName
{
background-color: #71AA19;
}
</style>
border-color css
<style>
span { border-color: #71AA19; }
span { border-color: rgb(113,170,25); }
td.TdClassName
{
border-color: #71AA19;
}
.TagClassName
{
border-color: #71AA19;
}
</style>