Shades of Oxley #71A672
Tints of Oxley #71A672
RGB
CMYK
RGB Variations
Color information
#71A672 (or 0x71A672) is known color: Oxley. HEX triplet: 71, A6 and 72. RGB value is (113,166,114). Sum of RGB (Red+Green+Blue) = 113+166+114=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 166 - color contains mainly: green. Hex color #71A672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A672 is #8E598D. Grayscale: #909090. Windows color (decimal): -9329038 or 7513713. OLE color: 7513713.
HSL color Cylindrical-coordinate representation of color #71A672: hue angle of 121.13º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #71A672 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 166 | 114 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.35 |
| HSL | 121.13º | 0.23% | 0.55% | - |
| HSV(B) | 121.13º | 0.32% | 0.65% | - |
| XYZ | 23.48 | 32 | 20.86 | - |
| YUV | 144.23 | 110.94 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 166 | 114 | 0.32 | 0 | 0.31 | 0.35 | 121.13 | 0.23 | 0.55 |
| Hex | 71 | A6 | 72 | 20 | 0 | 1F | 23 | 79 | 17 | 37 |
| Octal | 161 | 246 | 162 | 40 | 0 | 37 | 43 | 171 | 27 | 67 |
| Binary | 1110001 | 10100110 | 1110010 | 100000 | 0 | 11111 | 100011 | 1111001 | 10111 | 110111 |
Color Harmonies of #71A672
Complementary color
Monochromatic Colors of #71A672
Black with #71A672
Text Example
Text Example
White with #71A672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A672; }
p { color: rgb(113,166,114); }
H1.HeaderClassName
{
color: #71A672;
}
.AnyTagClassName
{
color: #71A672;
}
</style>
background-color css
<style>
a { background-color: #71A672; }
a { background-color: rgb(113,166,114); }
div.DivClassName
{
background-color: #71A672;
}
.BgClassName
{
background-color: #71A672;
}
</style>
border-color css
<style>
span { border-color: #71A672; }
span { border-color: rgb(113,166,114); }
td.TdClassName
{
border-color: #71A672;
}
.TagClassName
{
border-color: #71A672;
}
</style>