Shades of Oxley #71A184
Tints of Oxley #71A184
RGB
CMYK
RGB Variations
Color information
#71A184 (or 0x71A184) is known color: Oxley. HEX triplet: 71, A1 and 84. RGB value is (113,161,132). Sum of RGB (Red+Green+Blue) = 113+161+132=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 161 - color contains mainly: green. Hex color #71A184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A184 is #8E5E7B. Grayscale: #8F8F8F. Windows color (decimal): -9330300 or 8692081. OLE color: 8692081.
HSL color Cylindrical-coordinate representation of color #71A184: hue angle of 143.75º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71A184 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 161 | 132 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.37 |
| HSL | 143.75º | 0.2% | 0.54% | - |
| HSV(B) | 143.75º | 0.3% | 0.63% | - |
| XYZ | 23.72 | 30.67 | 26.5 | - |
| YUV | 143.34 | 121.6 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 161 | 132 | 0.30 | 0 | 0.18 | 0.37 | 143.75 | 0.2 | 0.54 |
| Hex | 71 | A1 | 84 | 1E | 0 | 12 | 25 | 90 | 14 | 36 |
| Octal | 161 | 241 | 204 | 36 | 0 | 22 | 45 | 220 | 24 | 66 |
| Binary | 1110001 | 10100001 | 10000100 | 11110 | 0 | 10010 | 100101 | 10010000 | 10100 | 110110 |
Color Harmonies of #71A184
Complementary color
Monochromatic Colors of #71A184
Black with #71A184
Text Example
Text Example
White with #71A184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A184; }
p { color: rgb(113,161,132); }
H1.HeaderClassName
{
color: #71A184;
}
.AnyTagClassName
{
color: #71A184;
}
</style>
background-color css
<style>
a { background-color: #71A184; }
a { background-color: rgb(113,161,132); }
div.DivClassName
{
background-color: #71A184;
}
.BgClassName
{
background-color: #71A184;
}
</style>
border-color css
<style>
span { border-color: #71A184; }
span { border-color: rgb(113,161,132); }
td.TdClassName
{
border-color: #71A184;
}
.TagClassName
{
border-color: #71A184;
}
</style>