Shades of Oxley #5FA377
Tints of Oxley #5FA377
RGB
CMYK
RGB Variations
Color information
#5FA377 (or 0x5FA377) is known color: Oxley. HEX triplet: 5F, A3 and 77. RGB value is (95,163,119). Sum of RGB (Red+Green+Blue) = 95+163+119=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA377 is #A05C88. Grayscale: #898989. Windows color (decimal): -10509449 or 7840607. OLE color: 7840607.
HSL color Cylindrical-coordinate representation of color #5FA377: hue angle of 141.18º 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 #5FA377 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 163 | 119 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.36 |
| HSL | 141.18º | 0.27% | 0.51% | - |
| HSV(B) | 141.18º | 0.42% | 0.64% | - |
| XYZ | 21.15 | 29.96 | 22.12 | - |
| YUV | 137.65 | 117.47 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 163 | 119 | 0.42 | 0 | 0.27 | 0.36 | 141.18 | 0.27 | 0.51 |
| Hex | 5F | A3 | 77 | 2A | 0 | 1B | 24 | 8D | 1B | 33 |
| Octal | 137 | 243 | 167 | 52 | 0 | 33 | 44 | 215 | 33 | 63 |
| Binary | 1011111 | 10100011 | 1110111 | 101010 | 0 | 11011 | 100100 | 10001101 | 11011 | 110011 |
Color Harmonies of #5FA377
Complementary color
Monochromatic Colors of #5FA377
Black with #5FA377
Text Example
Text Example
White with #5FA377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA377; }
p { color: rgb(95,163,119); }
H1.HeaderClassName
{
color: #5FA377;
}
.AnyTagClassName
{
color: #5FA377;
}
</style>
background-color css
<style>
a { background-color: #5FA377; }
a { background-color: rgb(95,163,119); }
div.DivClassName
{
background-color: #5FA377;
}
.BgClassName
{
background-color: #5FA377;
}
</style>
border-color css
<style>
span { border-color: #5FA377; }
span { border-color: rgb(95,163,119); }
td.TdClassName
{
border-color: #5FA377;
}
.TagClassName
{
border-color: #5FA377;
}
</style>