Shades of Christi #71AD07
Tints of Christi #71AD07
RGB
CMYK
RGB Variations
Color information
#71AD07 (or 0x71AD07) is known color: Christi. HEX triplet: 71, AD and 07. RGB value is (113,173,7). Sum of RGB (Red+Green+Blue) = 113+173+7=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 173 (67.97% from 255 or 59.04% from 293); Blue value is 7 (3.12% from 255 or 2.39% from 293); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AD07 is #8E52F8. Grayscale: #888888. Windows color (decimal): -9327353 or 503153. OLE color: 503153.
HSL color Cylindrical-coordinate representation of color #71AD07: hue angle of 81.69º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71AD07 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 173 | 7 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.32 |
| HSL | 81.69º | 0.92% | 0.35% | - |
| HSV(B) | 81.69º | 0.96% | 0.68% | - |
| XYZ | 21.79 | 33.41 | 5.5 | - |
| YUV | 136.14 | 55.12 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 173 | 7 | 0.35 | 0 | 0.96 | 0.32 | 81.69 | 0.92 | 0.35 |
| Hex | 71 | AD | 7 | 23 | 0 | 60 | 20 | 52 | 5C | 23 |
| Octal | 161 | 255 | 7 | 43 | 0 | 140 | 40 | 122 | 134 | 43 |
| Binary | 1110001 | 10101101 | 111 | 100011 | 0 | 1100000 | 100000 | 1010010 | 1011100 | 100011 |
Color Harmonies of #71AD07
Complementary color
Monochromatic Colors of #71AD07
Black with #71AD07
Text Example
Text Example
White with #71AD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AD07; }
p { color: rgb(113,173,7); }
H1.HeaderClassName
{
color: #71AD07;
}
.AnyTagClassName
{
color: #71AD07;
}
</style>
background-color css
<style>
a { background-color: #71AD07; }
a { background-color: rgb(113,173,7); }
div.DivClassName
{
background-color: #71AD07;
}
.BgClassName
{
background-color: #71AD07;
}
</style>
border-color css
<style>
span { border-color: #71AD07; }
span { border-color: rgb(113,173,7); }
td.TdClassName
{
border-color: #71AD07;
}
.TagClassName
{
border-color: #71AD07;
}
</style>