Shades of Oxley #71A47E
Tints of Oxley #71A47E
RGB
CMYK
RGB Variations
Color information
#71A47E (or 0x71A47E) is known color: Oxley. HEX triplet: 71, A4 and 7E. RGB value is (113,164,126). Sum of RGB (Red+Green+Blue) = 113+164+126=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 164 - color contains mainly: green. Hex color #71A47E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A47E is #8E5B81. Grayscale: #909090. Windows color (decimal): -9329538 or 8299633. OLE color: 8299633.
HSL color Cylindrical-coordinate representation of color #71A47E: hue angle of 135.29º 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 #71A47E is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 164 | 126 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.36 |
| HSL | 135.29º | 0.22% | 0.54% | - |
| HSV(B) | 135.29º | 0.31% | 0.64% | - |
| XYZ | 23.85 | 31.57 | 24.57 | - |
| YUV | 144.42 | 117.6 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 164 | 126 | 0.31 | 0 | 0.23 | 0.36 | 135.29 | 0.22 | 0.54 |
| Hex | 71 | A4 | 7E | 1F | 0 | 17 | 24 | 87 | 16 | 36 |
| Octal | 161 | 244 | 176 | 37 | 0 | 27 | 44 | 207 | 26 | 66 |
| Binary | 1110001 | 10100100 | 1111110 | 11111 | 0 | 10111 | 100100 | 10000111 | 10110 | 110110 |
Color Harmonies of #71A47E
Complementary color
Monochromatic Colors of #71A47E
Black with #71A47E
Text Example
Text Example
White with #71A47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A47E; }
p { color: rgb(113,164,126); }
H1.HeaderClassName
{
color: #71A47E;
}
.AnyTagClassName
{
color: #71A47E;
}
</style>
background-color css
<style>
a { background-color: #71A47E; }
a { background-color: rgb(113,164,126); }
div.DivClassName
{
background-color: #71A47E;
}
.BgClassName
{
background-color: #71A47E;
}
</style>
border-color css
<style>
span { border-color: #71A47E; }
span { border-color: rgb(113,164,126); }
td.TdClassName
{
border-color: #71A47E;
}
.TagClassName
{
border-color: #71A47E;
}
</style>