Shades of Oxley #71A276
Tints of Oxley #71A276
RGB
CMYK
RGB Variations
Color information
#71A276 (or 0x71A276) is known color: Oxley. HEX triplet: 71, A2 and 76. RGB value is (113,162,118). Sum of RGB (Red+Green+Blue) = 113+162+118=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 162 - color contains mainly: green. Hex color #71A276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A276 is #8E5D89. Grayscale: #8E8E8E. Windows color (decimal): -9330058 or 7774833. OLE color: 7774833.
HSL color Cylindrical-coordinate representation of color #71A276: hue angle of 126.12º 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 #71A276 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 162 | 118 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.36 |
| HSL | 126.12º | 0.21% | 0.54% | - |
| HSV(B) | 126.12º | 0.3% | 0.64% | - |
| XYZ | 23 | 30.66 | 21.85 | - |
| YUV | 142.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 162 | 118 | 0.30 | 0 | 0.27 | 0.36 | 126.12 | 0.21 | 0.54 |
| Hex | 71 | A2 | 76 | 1E | 0 | 1B | 24 | 7E | 15 | 36 |
| Octal | 161 | 242 | 166 | 36 | 0 | 33 | 44 | 176 | 25 | 66 |
| Binary | 1110001 | 10100010 | 1110110 | 11110 | 0 | 11011 | 100100 | 1111110 | 10101 | 110110 |
Color Harmonies of #71A276
Complementary color
Monochromatic Colors of #71A276
Black with #71A276
Text Example
Text Example
White with #71A276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A276; }
p { color: rgb(113,162,118); }
H1.HeaderClassName
{
color: #71A276;
}
.AnyTagClassName
{
color: #71A276;
}
</style>
background-color css
<style>
a { background-color: #71A276; }
a { background-color: rgb(113,162,118); }
div.DivClassName
{
background-color: #71A276;
}
.BgClassName
{
background-color: #71A276;
}
</style>
border-color css
<style>
span { border-color: #71A276; }
span { border-color: rgb(113,162,118); }
td.TdClassName
{
border-color: #71A276;
}
.TagClassName
{
border-color: #71A276;
}
</style>