Shades of Christi #71AD06
Tints of Christi #71AD06
RGB
CMYK
RGB Variations
Color information
#71AD06 (or 0x71AD06) is known color: Christi. HEX triplet: 71, AD and 06. RGB value is (113,173,6). Sum of RGB (Red+Green+Blue) = 113+173+6=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 173 (67.97% from 255 or 59.25% from 292); Blue value is 6 (2.73% from 255 or 2.05% from 292); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AD06 is #8E52F9. Grayscale: #888888. Windows color (decimal): -9327354 or 437617. OLE color: 437617.
HSL color Cylindrical-coordinate representation of color #71AD06: hue angle of 81.56º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #71AD06 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 173 | 6 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.32 |
| HSL | 81.56º | 0.93% | 0.35% | - |
| HSV(B) | 81.56º | 0.97% | 0.68% | - |
| XYZ | 21.79 | 33.41 | 5.47 | - |
| YUV | 136.02 | 54.62 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 173 | 6 | 0.35 | 0 | 0.97 | 0.32 | 81.56 | 0.93 | 0.35 |
| Hex | 71 | AD | 6 | 23 | 0 | 61 | 20 | 52 | 5D | 23 |
| Octal | 161 | 255 | 6 | 43 | 0 | 141 | 40 | 122 | 135 | 43 |
| Binary | 1110001 | 10101101 | 110 | 100011 | 0 | 1100001 | 100000 | 1010010 | 1011101 | 100011 |
Color Harmonies of #71AD06
Complementary color
Monochromatic Colors of #71AD06
Black with #71AD06
Text Example
Text Example
White with #71AD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AD06; }
p { color: rgb(113,173,6); }
H1.HeaderClassName
{
color: #71AD06;
}
.AnyTagClassName
{
color: #71AD06;
}
</style>
background-color css
<style>
a { background-color: #71AD06; }
a { background-color: rgb(113,173,6); }
div.DivClassName
{
background-color: #71AD06;
}
.BgClassName
{
background-color: #71AD06;
}
</style>
border-color css
<style>
span { border-color: #71AD06; }
span { border-color: rgb(113,173,6); }
td.TdClassName
{
border-color: #71AD06;
}
.TagClassName
{
border-color: #71AD06;
}
</style>