Shades of Oxley #5FA375
Tints of Oxley #5FA375
RGB
CMYK
RGB Variations
Color information
#5FA375 (or 0x5FA375) is known color: Oxley. HEX triplet: 5F, A3 and 75. RGB value is (95,163,117). Sum of RGB (Red+Green+Blue) = 95+163+117=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA375 is #A05C8A. Grayscale: #898989. Windows color (decimal): -10509451 or 7709535. OLE color: 7709535.
HSL color Cylindrical-coordinate representation of color #5FA375: hue angle of 139.41º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA375 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 163 | 117 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.36 |
| HSL | 139.41º | 0.27% | 0.51% | - |
| HSV(B) | 139.41º | 0.42% | 0.64% | - |
| XYZ | 21.03 | 29.91 | 21.49 | - |
| YUV | 137.42 | 116.47 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 163 | 117 | 0.42 | 0 | 0.28 | 0.36 | 139.41 | 0.27 | 0.51 |
| Hex | 5F | A3 | 75 | 2A | 0 | 1C | 24 | 8B | 1B | 33 |
| Octal | 137 | 243 | 165 | 52 | 0 | 34 | 44 | 213 | 33 | 63 |
| Binary | 1011111 | 10100011 | 1110101 | 101010 | 0 | 11100 | 100100 | 10001011 | 11011 | 110011 |
Color Harmonies of #5FA375
Complementary color
Monochromatic Colors of #5FA375
Black with #5FA375
Text Example
Text Example
White with #5FA375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA375; }
p { color: rgb(95,163,117); }
H1.HeaderClassName
{
color: #5FA375;
}
.AnyTagClassName
{
color: #5FA375;
}
</style>
background-color css
<style>
a { background-color: #5FA375; }
a { background-color: rgb(95,163,117); }
div.DivClassName
{
background-color: #5FA375;
}
.BgClassName
{
background-color: #5FA375;
}
</style>
border-color css
<style>
span { border-color: #5FA375; }
span { border-color: rgb(95,163,117); }
td.TdClassName
{
border-color: #5FA375;
}
.TagClassName
{
border-color: #5FA375;
}
</style>