Shades of Oxley #5F956D
Tints of Oxley #5F956D
RGB
CMYK
RGB Variations
Color information
#5F956D (or 0x5F956D) is known color: Oxley. HEX triplet: 5F, 95 and 6D. RGB value is (95,149,109). Sum of RGB (Red+Green+Blue) = 95+149+109=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #5F956D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F956D is #A06A92. Grayscale: #808080. Windows color (decimal): -10513043 or 7181663. OLE color: 7181663.
HSL color Cylindrical-coordinate representation of color #5F956D: hue angle of 135.56º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F956D is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 149 | 109 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.42 |
| HSL | 135.56º | 0.22% | 0.48% | - |
| HSV(B) | 135.56º | 0.36% | 0.58% | - |
| XYZ | 18.23 | 25.03 | 18.34 | - |
| YUV | 128.29 | 117.11 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 149 | 109 | 0.36 | 0 | 0.27 | 0.42 | 135.56 | 0.22 | 0.48 |
| Hex | 5F | 95 | 6D | 24 | 0 | 1B | 2A | 88 | 16 | 30 |
| Octal | 137 | 225 | 155 | 44 | 0 | 33 | 52 | 210 | 26 | 60 |
| Binary | 1011111 | 10010101 | 1101101 | 100100 | 0 | 11011 | 101010 | 10001000 | 10110 | 110000 |
Color Harmonies of #5F956D
Complementary color
Monochromatic Colors of #5F956D
Black with #5F956D
Text Example
Text Example
White with #5F956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F956D; }
p { color: rgb(95,149,109); }
H1.HeaderClassName
{
color: #5F956D;
}
.AnyTagClassName
{
color: #5F956D;
}
</style>
background-color css
<style>
a { background-color: #5F956D; }
a { background-color: rgb(95,149,109); }
div.DivClassName
{
background-color: #5F956D;
}
.BgClassName
{
background-color: #5F956D;
}
</style>
border-color css
<style>
span { border-color: #5F956D; }
span { border-color: rgb(95,149,109); }
td.TdClassName
{
border-color: #5F956D;
}
.TagClassName
{
border-color: #5F956D;
}
</style>