Shades of Oxley #71A571
Tints of Oxley #71A571
RGB
CMYK
RGB Variations
Color information
#71A571 (or 0x71A571) is known color: Oxley. HEX triplet: 71, A5 and 71. RGB value is (113,165,113). Sum of RGB (Red+Green+Blue) = 113+165+113=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 165 - color contains mainly: green. Hex color #71A571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A571 is #8E5A8E. Grayscale: #8F8F8F. Windows color (decimal): -9329295 or 7447921. OLE color: 7447921.
HSL color Cylindrical-coordinate representation of color #71A571: hue angle of 120º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #71A571 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 165 | 113 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.35 |
| HSL | 120º | 0.22% | 0.55% | - |
| HSV(B) | 120º | 0.32% | 0.65% | - |
| XYZ | 23.25 | 31.61 | 20.5 | - |
| YUV | 143.52 | 110.77 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 165 | 113 | 0.32 | 0 | 0.32 | 0.35 | 120 | 0.22 | 0.55 |
| Hex | 71 | A5 | 71 | 20 | 0 | 20 | 23 | 78 | 16 | 37 |
| Octal | 161 | 245 | 161 | 40 | 0 | 40 | 43 | 170 | 26 | 67 |
| Binary | 1110001 | 10100101 | 1110001 | 100000 | 0 | 100000 | 100011 | 1111000 | 10110 | 110111 |
Color Harmonies of #71A571
Complementary color
Monochromatic Colors of #71A571
Black with #71A571
Text Example
Text Example
White with #71A571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A571; }
p { color: rgb(113,165,113); }
H1.HeaderClassName
{
color: #71A571;
}
.AnyTagClassName
{
color: #71A571;
}
</style>
background-color css
<style>
a { background-color: #71A571; }
a { background-color: rgb(113,165,113); }
div.DivClassName
{
background-color: #71A571;
}
.BgClassName
{
background-color: #71A571;
}
</style>
border-color css
<style>
span { border-color: #71A571; }
span { border-color: rgb(113,165,113); }
td.TdClassName
{
border-color: #71A571;
}
.TagClassName
{
border-color: #71A571;
}
</style>