Shades of Oxley #71A47A
Tints of Oxley #71A47A
RGB
CMYK
RGB Variations
Color information
#71A47A (or 0x71A47A) is known color: Oxley. HEX triplet: 71, A4 and 7A. RGB value is (113,164,122). Sum of RGB (Red+Green+Blue) = 113+164+122=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 164 - color contains mainly: green. Hex color #71A47A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A47A is #8E5B85. Grayscale: #909090. Windows color (decimal): -9329542 or 8037489. OLE color: 8037489.
HSL color Cylindrical-coordinate representation of color #71A47A: hue angle of 130.59º 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 #71A47A is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 164 | 122 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.36 |
| HSL | 130.59º | 0.22% | 0.54% | - |
| HSV(B) | 130.59º | 0.31% | 0.64% | - |
| XYZ | 23.6 | 31.47 | 23.24 | - |
| YUV | 143.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 164 | 122 | 0.31 | 0 | 0.26 | 0.36 | 130.59 | 0.22 | 0.54 |
| Hex | 71 | A4 | 7A | 1F | 0 | 1A | 24 | 83 | 16 | 36 |
| Octal | 161 | 244 | 172 | 37 | 0 | 32 | 44 | 203 | 26 | 66 |
| Binary | 1110001 | 10100100 | 1111010 | 11111 | 0 | 11010 | 100100 | 10000011 | 10110 | 110110 |
Color Harmonies of #71A47A
Complementary color
Monochromatic Colors of #71A47A
Black with #71A47A
Text Example
Text Example
White with #71A47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A47A; }
p { color: rgb(113,164,122); }
H1.HeaderClassName
{
color: #71A47A;
}
.AnyTagClassName
{
color: #71A47A;
}
</style>
background-color css
<style>
a { background-color: #71A47A; }
a { background-color: rgb(113,164,122); }
div.DivClassName
{
background-color: #71A47A;
}
.BgClassName
{
background-color: #71A47A;
}
</style>
border-color css
<style>
span { border-color: #71A47A; }
span { border-color: rgb(113,164,122); }
td.TdClassName
{
border-color: #71A47A;
}
.TagClassName
{
border-color: #71A47A;
}
</style>