Shades of Oxley #5D936C
Tints of Oxley #5D936C
RGB
CMYK
RGB Variations
Color information
#5D936C (or 0x5D936C) is known color: Oxley. HEX triplet: 5D, 93 and 6C. RGB value is (93,147,108). Sum of RGB (Red+Green+Blue) = 93+147+108=348 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.72% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #5D936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D936C is #A26C93. Grayscale: #7E7E7E. Windows color (decimal): -10644628 or 7115613. OLE color: 7115613.
HSL color Cylindrical-coordinate representation of color #5D936C: hue angle of 136.67º 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 #5D936C is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 147 | 108 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.42 |
| HSL | 136.67º | 0.23% | 0.47% | - |
| HSV(B) | 136.67º | 0.37% | 0.58% | - |
| XYZ | 17.65 | 24.28 | 17.94 | - |
| YUV | 126.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 147 | 108 | 0.37 | 0 | 0.27 | 0.42 | 136.67 | 0.23 | 0.47 |
| Hex | 5D | 93 | 6C | 25 | 0 | 1B | 2A | 89 | 16 | 2F |
| Octal | 135 | 223 | 154 | 45 | 0 | 33 | 52 | 211 | 26 | 57 |
| Binary | 1011101 | 10010011 | 1101100 | 100101 | 0 | 11011 | 101010 | 10001001 | 10110 | 101111 |
Color Harmonies of #5D936C
Complementary color
Monochromatic Colors of #5D936C
Black with #5D936C
Text Example
Text Example
White with #5D936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D936C; }
p { color: rgb(93,147,108); }
H1.HeaderClassName
{
color: #5D936C;
}
.AnyTagClassName
{
color: #5D936C;
}
</style>
background-color css
<style>
a { background-color: #5D936C; }
a { background-color: rgb(93,147,108); }
div.DivClassName
{
background-color: #5D936C;
}
.BgClassName
{
background-color: #5D936C;
}
</style>
border-color css
<style>
span { border-color: #5D936C; }
span { border-color: rgb(93,147,108); }
td.TdClassName
{
border-color: #5D936C;
}
.TagClassName
{
border-color: #5D936C;
}
</style>