Shades of Christi #71A71F
Tints of Christi #71A71F
RGB
CMYK
RGB Variations
Color information
#71A71F (or 0x71A71F) is known color: Christi. HEX triplet: 71, A7 and 1F. RGB value is (113,167,31). Sum of RGB (Red+Green+Blue) = 113+167+31=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 167 (65.62% from 255 or 53.70% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 167 - color contains mainly: green. Hex color #71A71F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A71F is #8E58E0. Grayscale: #878787. Windows color (decimal): -9328865 or 2074481. OLE color: 2074481.
HSL color Cylindrical-coordinate representation of color #71A71F: hue angle of 83.82º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71A71F is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 167 | 31 | - |
| CMYK | 0.32 | 0 | 0.81 | 0.35 |
| HSL | 83.82º | 0.69% | 0.39% | - |
| HSV(B) | 83.82º | 0.81% | 0.65% | - |
| XYZ | 20.88 | 31.25 | 6.23 | - |
| YUV | 135.35 | 69.11 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 167 | 31 | 0.32 | 0 | 0.81 | 0.35 | 83.82 | 0.69 | 0.39 |
| Hex | 71 | A7 | 1F | 20 | 0 | 51 | 23 | 54 | 45 | 27 |
| Octal | 161 | 247 | 37 | 40 | 0 | 121 | 43 | 124 | 105 | 47 |
| Binary | 1110001 | 10100111 | 11111 | 100000 | 0 | 1010001 | 100011 | 1010100 | 1000101 | 100111 |
Color Harmonies of #71A71F
Complementary color
Monochromatic Colors of #71A71F
Black with #71A71F
Text Example
Text Example
White with #71A71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A71F; }
p { color: rgb(113,167,31); }
H1.HeaderClassName
{
color: #71A71F;
}
.AnyTagClassName
{
color: #71A71F;
}
</style>
background-color css
<style>
a { background-color: #71A71F; }
a { background-color: rgb(113,167,31); }
div.DivClassName
{
background-color: #71A71F;
}
.BgClassName
{
background-color: #71A71F;
}
</style>
border-color css
<style>
span { border-color: #71A71F; }
span { border-color: rgb(113,167,31); }
td.TdClassName
{
border-color: #71A71F;
}
.TagClassName
{
border-color: #71A71F;
}
</style>