Shades of Oxley #5FA479
Tints of Oxley #5FA479
RGB
CMYK
RGB Variations
Color information
#5FA479 (or 0x5FA479) is known color: Oxley. HEX triplet: 5F, A4 and 79. RGB value is (95,164,121). Sum of RGB (Red+Green+Blue) = 95+164+121=380 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA479 is #A05B86. Grayscale: #8A8A8A. Windows color (decimal): -10509191 or 7971935. OLE color: 7971935.
HSL color Cylindrical-coordinate representation of color #5FA479: hue angle of 142.61º 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 #5FA479 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 164 | 121 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.36 |
| HSL | 142.61º | 0.27% | 0.51% | - |
| HSV(B) | 142.61º | 0.42% | 0.64% | - |
| XYZ | 21.45 | 30.36 | 22.82 | - |
| YUV | 138.47 | 118.14 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 164 | 121 | 0.42 | 0 | 0.26 | 0.36 | 142.61 | 0.27 | 0.51 |
| Hex | 5F | A4 | 79 | 2A | 0 | 1A | 24 | 8F | 1B | 33 |
| Octal | 137 | 244 | 171 | 52 | 0 | 32 | 44 | 217 | 33 | 63 |
| Binary | 1011111 | 10100100 | 1111001 | 101010 | 0 | 11010 | 100100 | 10001111 | 11011 | 110011 |
Color Harmonies of #5FA479
Complementary color
Monochromatic Colors of #5FA479
Black with #5FA479
Text Example
Text Example
White with #5FA479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA479; }
p { color: rgb(95,164,121); }
H1.HeaderClassName
{
color: #5FA479;
}
.AnyTagClassName
{
color: #5FA479;
}
</style>
background-color css
<style>
a { background-color: #5FA479; }
a { background-color: rgb(95,164,121); }
div.DivClassName
{
background-color: #5FA479;
}
.BgClassName
{
background-color: #5FA479;
}
</style>
border-color css
<style>
span { border-color: #5FA479; }
span { border-color: rgb(95,164,121); }
td.TdClassName
{
border-color: #5FA479;
}
.TagClassName
{
border-color: #5FA479;
}
</style>