Shades of Oxley #5FA575
Tints of Oxley #5FA575
RGB
CMYK
RGB Variations
Color information
#5FA575 (or 0x5FA575) is known color: Oxley. HEX triplet: 5F, A5 and 75. RGB value is (95,165,117). Sum of RGB (Red+Green+Blue) = 95+165+117=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA575 is #A05A8A. Grayscale: #8A8A8A. Windows color (decimal): -10508939 or 7710047. OLE color: 7710047.
HSL color Cylindrical-coordinate representation of color #5FA575: hue angle of 138.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA575 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 165 | 117 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.35 |
| HSL | 138.86º | 0.28% | 0.51% | - |
| HSV(B) | 138.86º | 0.42% | 0.65% | - |
| XYZ | 21.39 | 30.63 | 21.61 | - |
| YUV | 138.6 | 115.81 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 165 | 117 | 0.42 | 0 | 0.29 | 0.35 | 138.86 | 0.28 | 0.51 |
| Hex | 5F | A5 | 75 | 2A | 0 | 1D | 23 | 8B | 1C | 33 |
| Octal | 137 | 245 | 165 | 52 | 0 | 35 | 43 | 213 | 34 | 63 |
| Binary | 1011111 | 10100101 | 1110101 | 101010 | 0 | 11101 | 100011 | 10001011 | 11100 | 110011 |
Color Harmonies of #5FA575
Complementary color
Monochromatic Colors of #5FA575
Black with #5FA575
Text Example
Text Example
White with #5FA575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA575; }
p { color: rgb(95,165,117); }
H1.HeaderClassName
{
color: #5FA575;
}
.AnyTagClassName
{
color: #5FA575;
}
</style>
background-color css
<style>
a { background-color: #5FA575; }
a { background-color: rgb(95,165,117); }
div.DivClassName
{
background-color: #5FA575;
}
.BgClassName
{
background-color: #5FA575;
}
</style>
border-color css
<style>
span { border-color: #5FA575; }
span { border-color: rgb(95,165,117); }
td.TdClassName
{
border-color: #5FA575;
}
.TagClassName
{
border-color: #5FA575;
}
</style>