Shades of Christi #71A90E
Tints of Christi #71A90E
RGB
CMYK
RGB Variations
Color information
#71A90E (or 0x71A90E) is known color: Christi. HEX triplet: 71, A9 and 0E. RGB value is (113,169,14). Sum of RGB (Red+Green+Blue) = 113+169+14=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 169 (66.41% from 255 or 57.09% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 169 - color contains mainly: green. Hex color #71A90E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A90E is #8E56F1. Grayscale: #878787. Windows color (decimal): -9328370 or 960881. OLE color: 960881.
HSL color Cylindrical-coordinate representation of color #71A90E: hue angle of 81.68º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #71A90E is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 169 | 14 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.34 |
| HSL | 81.68º | 0.85% | 0.36% | - |
| HSV(B) | 81.68º | 0.92% | 0.66% | - |
| XYZ | 21.08 | 31.92 | 5.47 | - |
| YUV | 134.59 | 59.95 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 169 | 14 | 0.33 | 0 | 0.92 | 0.34 | 81.68 | 0.85 | 0.36 |
| Hex | 71 | A9 | E | 21 | 0 | 5C | 22 | 52 | 55 | 24 |
| Octal | 161 | 251 | 16 | 41 | 0 | 134 | 42 | 122 | 125 | 44 |
| Binary | 1110001 | 10101001 | 1110 | 100001 | 0 | 1011100 | 100010 | 1010010 | 1010101 | 100100 |
Color Harmonies of #71A90E
Complementary color
Monochromatic Colors of #71A90E
Black with #71A90E
Text Example
Text Example
White with #71A90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A90E; }
p { color: rgb(113,169,14); }
H1.HeaderClassName
{
color: #71A90E;
}
.AnyTagClassName
{
color: #71A90E;
}
</style>
background-color css
<style>
a { background-color: #71A90E; }
a { background-color: rgb(113,169,14); }
div.DivClassName
{
background-color: #71A90E;
}
.BgClassName
{
background-color: #71A90E;
}
</style>
border-color css
<style>
span { border-color: #71A90E; }
span { border-color: rgb(113,169,14); }
td.TdClassName
{
border-color: #71A90E;
}
.TagClassName
{
border-color: #71A90E;
}
</style>