Shades of Oxley #5D956E
Tints of Oxley #5D956E
RGB
CMYK
RGB Variations
Color information
#5D956E (or 0x5D956E) is known color: Oxley. HEX triplet: 5D, 95 and 6E. RGB value is (93,149,110). Sum of RGB (Red+Green+Blue) = 93+149+110=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #5D956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D956E is #A26A91. Grayscale: #7F7F7F. Windows color (decimal): -10644114 or 7247197. OLE color: 7247197.
HSL color Cylindrical-coordinate representation of color #5D956E: hue angle of 138.21º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D956E is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 149 | 110 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.42 |
| HSL | 138.21º | 0.23% | 0.47% | - |
| HSV(B) | 138.21º | 0.38% | 0.58% | - |
| XYZ | 18.08 | 24.95 | 18.61 | - |
| YUV | 127.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 149 | 110 | 0.38 | 0 | 0.26 | 0.42 | 138.21 | 0.23 | 0.47 |
| Hex | 5D | 95 | 6E | 26 | 0 | 1A | 2A | 8A | 17 | 2F |
| Octal | 135 | 225 | 156 | 46 | 0 | 32 | 52 | 212 | 27 | 57 |
| Binary | 1011101 | 10010101 | 1101110 | 100110 | 0 | 11010 | 101010 | 10001010 | 10111 | 101111 |
Color Harmonies of #5D956E
Complementary color
Monochromatic Colors of #5D956E
Black with #5D956E
Text Example
Text Example
White with #5D956E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D956E; }
p { color: rgb(93,149,110); }
H1.HeaderClassName
{
color: #5D956E;
}
.AnyTagClassName
{
color: #5D956E;
}
</style>
background-color css
<style>
a { background-color: #5D956E; }
a { background-color: rgb(93,149,110); }
div.DivClassName
{
background-color: #5D956E;
}
.BgClassName
{
background-color: #5D956E;
}
</style>
border-color css
<style>
span { border-color: #5D956E; }
span { border-color: rgb(93,149,110); }
td.TdClassName
{
border-color: #5D956E;
}
.TagClassName
{
border-color: #5D956E;
}
</style>