Shades of Oxley #71A47D
Tints of Oxley #71A47D
RGB
CMYK
RGB Variations
Color information
#71A47D (or 0x71A47D) is known color: Oxley. HEX triplet: 71, A4 and 7D. RGB value is (113,164,125). Sum of RGB (Red+Green+Blue) = 113+164+125=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 164 - color contains mainly: green. Hex color #71A47D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A47D is #8E5B82. Grayscale: #909090. Windows color (decimal): -9329539 or 8234097. OLE color: 8234097.
HSL color Cylindrical-coordinate representation of color #71A47D: hue angle of 134.12º 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 #71A47D is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 164 | 125 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.36 |
| HSL | 134.12º | 0.22% | 0.54% | - |
| HSV(B) | 134.12º | 0.31% | 0.64% | - |
| XYZ | 23.79 | 31.54 | 24.24 | - |
| YUV | 144.31 | 117.1 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 164 | 125 | 0.31 | 0 | 0.24 | 0.36 | 134.12 | 0.22 | 0.54 |
| Hex | 71 | A4 | 7D | 1F | 0 | 18 | 24 | 86 | 16 | 36 |
| Octal | 161 | 244 | 175 | 37 | 0 | 30 | 44 | 206 | 26 | 66 |
| Binary | 1110001 | 10100100 | 1111101 | 11111 | 0 | 11000 | 100100 | 10000110 | 10110 | 110110 |
Color Harmonies of #71A47D
Complementary color
Monochromatic Colors of #71A47D
Black with #71A47D
Text Example
Text Example
White with #71A47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A47D; }
p { color: rgb(113,164,125); }
H1.HeaderClassName
{
color: #71A47D;
}
.AnyTagClassName
{
color: #71A47D;
}
</style>
background-color css
<style>
a { background-color: #71A47D; }
a { background-color: rgb(113,164,125); }
div.DivClassName
{
background-color: #71A47D;
}
.BgClassName
{
background-color: #71A47D;
}
</style>
border-color css
<style>
span { border-color: #71A47D; }
span { border-color: rgb(113,164,125); }
td.TdClassName
{
border-color: #71A47D;
}
.TagClassName
{
border-color: #71A47D;
}
</style>