Shades of Oxley #5F9170
Tints of Oxley #5F9170
RGB
CMYK
RGB Variations
Color information
#5F9170 (or 0x5F9170) is known color: Oxley. HEX triplet: 5F, 91 and 70. RGB value is (95,145,112). Sum of RGB (Red+Green+Blue) = 95+145+112=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #5F9170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9170 is #A06E8F. Grayscale: #7E7E7E. Windows color (decimal): -10514064 or 7377247. OLE color: 7377247.
HSL color Cylindrical-coordinate representation of color #5F9170: hue angle of 140.4º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F9170 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 95 | 145 | 112 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.43 |
| HSL | 140.4º | 0.21% | 0.47% | - |
| HSV(B) | 140.4º | 0.34% | 0.57% | - |
| XYZ | 17.77 | 23.85 | 19 | - |
| YUV | 126.29 | 119.94 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 145 | 112 | 0.34 | 0 | 0.23 | 0.43 | 140.4 | 0.21 | 0.47 |
| Hex | 5F | 91 | 70 | 22 | 0 | 17 | 2B | 8C | 15 | 2F |
| Octal | 137 | 221 | 160 | 42 | 0 | 27 | 53 | 214 | 25 | 57 |
| Binary | 1011111 | 10010001 | 1110000 | 100010 | 0 | 10111 | 101011 | 10001100 | 10101 | 101111 |
Color Harmonies of #5F9170
Complementary color
Monochromatic Colors of #5F9170
Black with #5F9170
Text Example
Text Example
White with #5F9170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9170; }
p { color: rgb(95,145,112); }
H1.HeaderClassName
{
color: #5F9170;
}
.AnyTagClassName
{
color: #5F9170;
}
</style>
background-color css
<style>
a { background-color: #5F9170; }
a { background-color: rgb(95,145,112); }
div.DivClassName
{
background-color: #5F9170;
}
.BgClassName
{
background-color: #5F9170;
}
</style>
border-color css
<style>
span { border-color: #5F9170; }
span { border-color: rgb(95,145,112); }
td.TdClassName
{
border-color: #5F9170;
}
.TagClassName
{
border-color: #5F9170;
}
</style>