Shades of Oxley #71A874
Tints of Oxley #71A874
RGB
CMYK
RGB Variations
Color information
#71A874 (or 0x71A874) is known color: Oxley. HEX triplet: 71, A8 and 74. RGB value is (113,168,116). Sum of RGB (Red+Green+Blue) = 113+168+116=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 168 - color contains mainly: green. Hex color #71A874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A874 is #8E578B. Grayscale: #919191. Windows color (decimal): -9328524 or 7645297. OLE color: 7645297.
HSL color Cylindrical-coordinate representation of color #71A874: hue angle of 123.27º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #71A874 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 168 | 116 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.34 |
| HSL | 123.27º | 0.24% | 0.55% | - |
| HSV(B) | 123.27º | 0.33% | 0.66% | - |
| XYZ | 23.97 | 32.78 | 21.59 | - |
| YUV | 145.63 | 111.28 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 168 | 116 | 0.33 | 0 | 0.31 | 0.34 | 123.27 | 0.24 | 0.55 |
| Hex | 71 | A8 | 74 | 21 | 0 | 1F | 22 | 7B | 18 | 37 |
| Octal | 161 | 250 | 164 | 41 | 0 | 37 | 42 | 173 | 30 | 67 |
| Binary | 1110001 | 10101000 | 1110100 | 100001 | 0 | 11111 | 100010 | 1111011 | 11000 | 110111 |
Color Harmonies of #71A874
Complementary color
Monochromatic Colors of #71A874
Black with #71A874
Text Example
Text Example
White with #71A874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A874; }
p { color: rgb(113,168,116); }
H1.HeaderClassName
{
color: #71A874;
}
.AnyTagClassName
{
color: #71A874;
}
</style>
background-color css
<style>
a { background-color: #71A874; }
a { background-color: rgb(113,168,116); }
div.DivClassName
{
background-color: #71A874;
}
.BgClassName
{
background-color: #71A874;
}
</style>
border-color css
<style>
span { border-color: #71A874; }
span { border-color: rgb(113,168,116); }
td.TdClassName
{
border-color: #71A874;
}
.TagClassName
{
border-color: #71A874;
}
</style>