Shades of Oxley #5F8D70
Tints of Oxley #5F8D70
RGB
CMYK
RGB Variations
Color information
#5F8D70 (or 0x5F8D70) is known color: Oxley. HEX triplet: 5F, 8D and 70. RGB value is (95,141,112). Sum of RGB (Red+Green+Blue) = 95+141+112=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 141 - color contains mainly: green. Hex color #5F8D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8D70 is #A0728F. Grayscale: #7C7C7C. Windows color (decimal): -10515088 or 7376223. OLE color: 7376223.
HSL color Cylindrical-coordinate representation of color #5F8D70: hue angle of 142.17º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F8D70 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 141 | 112 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.45 |
| HSL | 142.17º | 0.19% | 0.46% | - |
| HSV(B) | 142.17º | 0.33% | 0.55% | - |
| XYZ | 17.17 | 22.65 | 18.8 | - |
| YUV | 123.94 | 121.26 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 141 | 112 | 0.33 | 0 | 0.21 | 0.45 | 142.17 | 0.19 | 0.46 |
| Hex | 5F | 8D | 70 | 21 | 0 | 15 | 2D | 8E | 13 | 2E |
| Octal | 137 | 215 | 160 | 41 | 0 | 25 | 55 | 216 | 23 | 56 |
| Binary | 1011111 | 10001101 | 1110000 | 100001 | 0 | 10101 | 101101 | 10001110 | 10011 | 101110 |
Color Harmonies of #5F8D70
Complementary color
Monochromatic Colors of #5F8D70
Black with #5F8D70
Text Example
Text Example
White with #5F8D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8D70; }
p { color: rgb(95,141,112); }
H1.HeaderClassName
{
color: #5F8D70;
}
.AnyTagClassName
{
color: #5F8D70;
}
</style>
background-color css
<style>
a { background-color: #5F8D70; }
a { background-color: rgb(95,141,112); }
div.DivClassName
{
background-color: #5F8D70;
}
.BgClassName
{
background-color: #5F8D70;
}
</style>
border-color css
<style>
span { border-color: #5F8D70; }
span { border-color: rgb(95,141,112); }
td.TdClassName
{
border-color: #5F8D70;
}
.TagClassName
{
border-color: #5F8D70;
}
</style>