Shades of Oxley #71A275
Tints of Oxley #71A275
RGB
CMYK
RGB Variations
Color information
#71A275 (or 0x71A275) is known color: Oxley. HEX triplet: 71, A2 and 75. RGB value is (113,162,117). Sum of RGB (Red+Green+Blue) = 113+162+117=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #71A275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A275 is #8E5D8A. Grayscale: #8E8E8E. Windows color (decimal): -9330059 or 7709297. OLE color: 7709297.
HSL color Cylindrical-coordinate representation of color #71A275: hue angle of 124.9º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71A275 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 162 | 117 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.36 |
| HSL | 124.9º | 0.21% | 0.54% | - |
| HSV(B) | 124.9º | 0.3% | 0.64% | - |
| XYZ | 22.94 | 30.64 | 21.53 | - |
| YUV | 142.22 | 113.77 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 162 | 117 | 0.30 | 0 | 0.28 | 0.36 | 124.9 | 0.21 | 0.54 |
| Hex | 71 | A2 | 75 | 1E | 0 | 1C | 24 | 7D | 15 | 36 |
| Octal | 161 | 242 | 165 | 36 | 0 | 34 | 44 | 175 | 25 | 66 |
| Binary | 1110001 | 10100010 | 1110101 | 11110 | 0 | 11100 | 100100 | 1111101 | 10101 | 110110 |
Color Harmonies of #71A275
Complementary color
Monochromatic Colors of #71A275
Black with #71A275
Text Example
Text Example
White with #71A275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A275; }
p { color: rgb(113,162,117); }
H1.HeaderClassName
{
color: #71A275;
}
.AnyTagClassName
{
color: #71A275;
}
</style>
background-color css
<style>
a { background-color: #71A275; }
a { background-color: rgb(113,162,117); }
div.DivClassName
{
background-color: #71A275;
}
.BgClassName
{
background-color: #71A275;
}
</style>
border-color css
<style>
span { border-color: #71A275; }
span { border-color: rgb(113,162,117); }
td.TdClassName
{
border-color: #71A275;
}
.TagClassName
{
border-color: #71A275;
}
</style>