Shades of Oxley #5D936E
Tints of Oxley #5D936E
RGB
CMYK
RGB Variations
Color information
#5D936E (or 0x5D936E) is known color: Oxley. HEX triplet: 5D, 93 and 6E. RGB value is (93,147,110). Sum of RGB (Red+Green+Blue) = 93+147+110=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #5D936E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D936E is #A26C91. Grayscale: #7E7E7E. Windows color (decimal): -10644626 or 7246685. OLE color: 7246685.
HSL color Cylindrical-coordinate representation of color #5D936E: hue angle of 138.89º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D936E is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 147 | 110 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.42 |
| HSL | 138.89º | 0.23% | 0.47% | - |
| HSV(B) | 138.89º | 0.37% | 0.58% | - |
| XYZ | 17.76 | 24.32 | 18.51 | - |
| YUV | 126.64 | 118.61 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 147 | 110 | 0.37 | 0 | 0.25 | 0.42 | 138.89 | 0.23 | 0.47 |
| Hex | 5D | 93 | 6E | 25 | 0 | 19 | 2A | 8B | 16 | 2F |
| Octal | 135 | 223 | 156 | 45 | 0 | 31 | 52 | 213 | 26 | 57 |
| Binary | 1011101 | 10010011 | 1101110 | 100101 | 0 | 11001 | 101010 | 10001011 | 10110 | 101111 |
Color Harmonies of #5D936E
Complementary color
Monochromatic Colors of #5D936E
Black with #5D936E
Text Example
Text Example
White with #5D936E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D936E; }
p { color: rgb(93,147,110); }
H1.HeaderClassName
{
color: #5D936E;
}
.AnyTagClassName
{
color: #5D936E;
}
</style>
background-color css
<style>
a { background-color: #5D936E; }
a { background-color: rgb(93,147,110); }
div.DivClassName
{
background-color: #5D936E;
}
.BgClassName
{
background-color: #5D936E;
}
</style>
border-color css
<style>
span { border-color: #5D936E; }
span { border-color: rgb(93,147,110); }
td.TdClassName
{
border-color: #5D936E;
}
.TagClassName
{
border-color: #5D936E;
}
</style>