Shades of Oxley #71A07B
Tints of Oxley #71A07B
RGB
CMYK
RGB Variations
Color information
#71A07B (or 0x71A07B) is known color: Oxley. HEX triplet: 71, A0 and 7B. RGB value is (113,160,123). Sum of RGB (Red+Green+Blue) = 113+160+123=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 160 - color contains mainly: green. Hex color #71A07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A07B is #8E5F84. Grayscale: #8D8D8D. Windows color (decimal): -9330565 or 8102001. OLE color: 8102001.
HSL color Cylindrical-coordinate representation of color #71A07B: hue angle of 132.77º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71A07B is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 160 | 123 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.37 |
| HSL | 132.77º | 0.2% | 0.54% | - |
| HSV(B) | 132.77º | 0.29% | 0.63% | - |
| XYZ | 22.96 | 30.08 | 23.34 | - |
| YUV | 141.73 | 117.43 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 160 | 123 | 0.29 | 0 | 0.23 | 0.37 | 132.77 | 0.2 | 0.54 |
| Hex | 71 | A0 | 7B | 1D | 0 | 17 | 25 | 85 | 14 | 36 |
| Octal | 161 | 240 | 173 | 35 | 0 | 27 | 45 | 205 | 24 | 66 |
| Binary | 1110001 | 10100000 | 1111011 | 11101 | 0 | 10111 | 100101 | 10000101 | 10100 | 110110 |
Color Harmonies of #71A07B
Complementary color
Monochromatic Colors of #71A07B
Black with #71A07B
Text Example
Text Example
White with #71A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A07B; }
p { color: rgb(113,160,123); }
H1.HeaderClassName
{
color: #71A07B;
}
.AnyTagClassName
{
color: #71A07B;
}
</style>
background-color css
<style>
a { background-color: #71A07B; }
a { background-color: rgb(113,160,123); }
div.DivClassName
{
background-color: #71A07B;
}
.BgClassName
{
background-color: #71A07B;
}
</style>
border-color css
<style>
span { border-color: #71A07B; }
span { border-color: rgb(113,160,123); }
td.TdClassName
{
border-color: #71A07B;
}
.TagClassName
{
border-color: #71A07B;
}
</style>