Shades of Oxley #5FA478
Tints of Oxley #5FA478
RGB
CMYK
RGB Variations
Color information
#5FA478 (or 0x5FA478) is known color: Oxley. HEX triplet: 5F, A4 and 78. RGB value is (95,164,120). Sum of RGB (Red+Green+Blue) = 95+164+120=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA478 is #A05B87. Grayscale: #8A8A8A. Windows color (decimal): -10509192 or 7906399. OLE color: 7906399.
HSL color Cylindrical-coordinate representation of color #5FA478: hue angle of 141.74º 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 #5FA478 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 164 | 120 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.36 |
| HSL | 141.74º | 0.27% | 0.51% | - |
| HSV(B) | 141.74º | 0.42% | 0.64% | - |
| XYZ | 21.38 | 30.34 | 22.5 | - |
| YUV | 138.35 | 117.64 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 164 | 120 | 0.42 | 0 | 0.27 | 0.36 | 141.74 | 0.27 | 0.51 |
| Hex | 5F | A4 | 78 | 2A | 0 | 1B | 24 | 8E | 1B | 33 |
| Octal | 137 | 244 | 170 | 52 | 0 | 33 | 44 | 216 | 33 | 63 |
| Binary | 1011111 | 10100100 | 1111000 | 101010 | 0 | 11011 | 100100 | 10001110 | 11011 | 110011 |
Color Harmonies of #5FA478
Complementary color
Monochromatic Colors of #5FA478
Black with #5FA478
Text Example
Text Example
White with #5FA478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA478; }
p { color: rgb(95,164,120); }
H1.HeaderClassName
{
color: #5FA478;
}
.AnyTagClassName
{
color: #5FA478;
}
</style>
background-color css
<style>
a { background-color: #5FA478; }
a { background-color: rgb(95,164,120); }
div.DivClassName
{
background-color: #5FA478;
}
.BgClassName
{
background-color: #5FA478;
}
</style>
border-color css
<style>
span { border-color: #5FA478; }
span { border-color: rgb(95,164,120); }
td.TdClassName
{
border-color: #5FA478;
}
.TagClassName
{
border-color: #5FA478;
}
</style>