Shades of Oxley #5F986B
Tints of Oxley #5F986B
RGB
CMYK
RGB Variations
Color information
#5F986B (or 0x5F986B) is known color: Oxley. HEX triplet: 5F, 98 and 6B. RGB value is (95,152,107). Sum of RGB (Red+Green+Blue) = 95+152+107=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #5F986B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F986B is #A06794. Grayscale: #818181. Windows color (decimal): -10512277 or 7051359. OLE color: 7051359.
HSL color Cylindrical-coordinate representation of color #5F986B: hue angle of 132.63º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F986B is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 95 | 152 | 107 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.40 |
| HSL | 132.63º | 0.23% | 0.48% | - |
| HSV(B) | 132.63º | 0.38% | 0.6% | - |
| XYZ | 18.6 | 25.95 | 17.94 | - |
| YUV | 129.83 | 115.12 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 152 | 107 | 0.38 | 0 | 0.30 | 0.40 | 132.63 | 0.23 | 0.48 |
| Hex | 5F | 98 | 6B | 26 | 0 | 1E | 28 | 85 | 17 | 30 |
| Octal | 137 | 230 | 153 | 46 | 0 | 36 | 50 | 205 | 27 | 60 |
| Binary | 1011111 | 10011000 | 1101011 | 100110 | 0 | 11110 | 101000 | 10000101 | 10111 | 110000 |
Color Harmonies of #5F986B
Complementary color
Monochromatic Colors of #5F986B
Black with #5F986B
Text Example
Text Example
White with #5F986B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F986B; }
p { color: rgb(95,152,107); }
H1.HeaderClassName
{
color: #5F986B;
}
.AnyTagClassName
{
color: #5F986B;
}
</style>
background-color css
<style>
a { background-color: #5F986B; }
a { background-color: rgb(95,152,107); }
div.DivClassName
{
background-color: #5F986B;
}
.BgClassName
{
background-color: #5F986B;
}
</style>
border-color css
<style>
span { border-color: #5F986B; }
span { border-color: rgb(95,152,107); }
td.TdClassName
{
border-color: #5F986B;
}
.TagClassName
{
border-color: #5F986B;
}
</style>