Shades of Oxley #71A277
Tints of Oxley #71A277
RGB
CMYK
RGB Variations
Color information
#71A277 (or 0x71A277) is known color: Oxley. HEX triplet: 71, A2 and 77. RGB value is (113,162,119). Sum of RGB (Red+Green+Blue) = 113+162+119=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 162 - color contains mainly: green. Hex color #71A277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A277 is #8E5D88. Grayscale: #8E8E8E. Windows color (decimal): -9330057 or 7840369. OLE color: 7840369.
HSL color Cylindrical-coordinate representation of color #71A277: hue angle of 127.35º 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 #71A277 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 162 | 119 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.36 |
| HSL | 127.35º | 0.21% | 0.54% | - |
| HSV(B) | 127.35º | 0.3% | 0.64% | - |
| XYZ | 23.06 | 30.68 | 22.16 | - |
| YUV | 142.45 | 114.77 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 162 | 119 | 0.30 | 0 | 0.27 | 0.36 | 127.35 | 0.21 | 0.54 |
| Hex | 71 | A2 | 77 | 1E | 0 | 1B | 24 | 7F | 15 | 36 |
| Octal | 161 | 242 | 167 | 36 | 0 | 33 | 44 | 177 | 25 | 66 |
| Binary | 1110001 | 10100010 | 1110111 | 11110 | 0 | 11011 | 100100 | 1111111 | 10101 | 110110 |
Color Harmonies of #71A277
Complementary color
Monochromatic Colors of #71A277
Black with #71A277
Text Example
Text Example
White with #71A277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A277; }
p { color: rgb(113,162,119); }
H1.HeaderClassName
{
color: #71A277;
}
.AnyTagClassName
{
color: #71A277;
}
</style>
background-color css
<style>
a { background-color: #71A277; }
a { background-color: rgb(113,162,119); }
div.DivClassName
{
background-color: #71A277;
}
.BgClassName
{
background-color: #71A277;
}
</style>
border-color css
<style>
span { border-color: #71A277; }
span { border-color: rgb(113,162,119); }
td.TdClassName
{
border-color: #71A277;
}
.TagClassName
{
border-color: #71A277;
}
</style>