Shades of Oxley #71A474
Tints of Oxley #71A474
RGB
CMYK
RGB Variations
Color information
#71A474 (or 0x71A474) is known color: Oxley. HEX triplet: 71, A4 and 74. RGB value is (113,164,116). Sum of RGB (Red+Green+Blue) = 113+164+116=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 164 - color contains mainly: green. Hex color #71A474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A474 is #8E5B8B. Grayscale: #8F8F8F. Windows color (decimal): -9329548 or 7644273. OLE color: 7644273.
HSL color Cylindrical-coordinate representation of color #71A474: hue angle of 123.53º 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 #71A474 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 164 | 116 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.36 |
| HSL | 123.53º | 0.22% | 0.54% | - |
| HSV(B) | 123.53º | 0.31% | 0.64% | - |
| XYZ | 23.24 | 31.32 | 21.34 | - |
| YUV | 143.28 | 112.6 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 164 | 116 | 0.31 | 0 | 0.29 | 0.36 | 123.53 | 0.22 | 0.54 |
| Hex | 71 | A4 | 74 | 1F | 0 | 1D | 24 | 7C | 16 | 36 |
| Octal | 161 | 244 | 164 | 37 | 0 | 35 | 44 | 174 | 26 | 66 |
| Binary | 1110001 | 10100100 | 1110100 | 11111 | 0 | 11101 | 100100 | 1111100 | 10110 | 110110 |
Color Harmonies of #71A474
Complementary color
Monochromatic Colors of #71A474
Black with #71A474
Text Example
Text Example
White with #71A474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A474; }
p { color: rgb(113,164,116); }
H1.HeaderClassName
{
color: #71A474;
}
.AnyTagClassName
{
color: #71A474;
}
</style>
background-color css
<style>
a { background-color: #71A474; }
a { background-color: rgb(113,164,116); }
div.DivClassName
{
background-color: #71A474;
}
.BgClassName
{
background-color: #71A474;
}
</style>
border-color css
<style>
span { border-color: #71A474; }
span { border-color: rgb(113,164,116); }
td.TdClassName
{
border-color: #71A474;
}
.TagClassName
{
border-color: #71A474;
}
</style>