Shades of Oxley #71A471
Tints of Oxley #71A471
RGB
CMYK
RGB Variations
Color information
#71A471 (or 0x71A471) is known color: Oxley. HEX triplet: 71, A4 and 71. RGB value is (113,164,113). Sum of RGB (Red+Green+Blue) = 113+164+113=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 164 - color contains mainly: green. Hex color #71A471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A471 is #8E5B8E. Grayscale: #8F8F8F. Windows color (decimal): -9329551 or 7447665. OLE color: 7447665.
HSL color Cylindrical-coordinate representation of color #71A471: hue angle of 120º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71A471 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 164 | 113 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.36 |
| HSL | 120º | 0.22% | 0.54% | - |
| HSV(B) | 120º | 0.31% | 0.64% | - |
| XYZ | 23.07 | 31.25 | 20.44 | - |
| YUV | 142.94 | 111.1 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 164 | 113 | 0.31 | 0 | 0.31 | 0.36 | 120 | 0.22 | 0.54 |
| Hex | 71 | A4 | 71 | 1F | 0 | 1F | 24 | 78 | 16 | 36 |
| Octal | 161 | 244 | 161 | 37 | 0 | 37 | 44 | 170 | 26 | 66 |
| Binary | 1110001 | 10100100 | 1110001 | 11111 | 0 | 11111 | 100100 | 1111000 | 10110 | 110110 |
Color Harmonies of #71A471
Complementary color
Monochromatic Colors of #71A471
Black with #71A471
Text Example
Text Example
White with #71A471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A471; }
p { color: rgb(113,164,113); }
H1.HeaderClassName
{
color: #71A471;
}
.AnyTagClassName
{
color: #71A471;
}
</style>
background-color css
<style>
a { background-color: #71A471; }
a { background-color: rgb(113,164,113); }
div.DivClassName
{
background-color: #71A471;
}
.BgClassName
{
background-color: #71A471;
}
</style>
border-color css
<style>
span { border-color: #71A471; }
span { border-color: rgb(113,164,113); }
td.TdClassName
{
border-color: #71A471;
}
.TagClassName
{
border-color: #71A471;
}
</style>