Shades of Oxley #5D946D
Tints of Oxley #5D946D
RGB
CMYK
RGB Variations
Color information
#5D946D (or 0x5D946D) is known color: Oxley. HEX triplet: 5D, 94 and 6D. RGB value is (93,148,109). Sum of RGB (Red+Green+Blue) = 93+148+109=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 148 - color contains mainly: green. Hex color #5D946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D946D is #A26B92. Grayscale: #7F7F7F. Windows color (decimal): -10644371 or 7181405. OLE color: 7181405.
HSL color Cylindrical-coordinate representation of color #5D946D: hue angle of 137.45º degrees, saturation: 0.23, 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 #5D946D is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 148 | 109 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.42 |
| HSL | 137.45º | 0.23% | 0.47% | - |
| HSV(B) | 137.45º | 0.37% | 0.58% | - |
| XYZ | 17.86 | 24.61 | 18.28 | - |
| YUV | 127.11 | 117.78 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 148 | 109 | 0.37 | 0 | 0.26 | 0.42 | 137.45 | 0.23 | 0.47 |
| Hex | 5D | 94 | 6D | 25 | 0 | 1A | 2A | 89 | 17 | 2F |
| Octal | 135 | 224 | 155 | 45 | 0 | 32 | 52 | 211 | 27 | 57 |
| Binary | 1011101 | 10010100 | 1101101 | 100101 | 0 | 11010 | 101010 | 10001001 | 10111 | 101111 |
Color Harmonies of #5D946D
Complementary color
Monochromatic Colors of #5D946D
Black with #5D946D
Text Example
Text Example
White with #5D946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D946D; }
p { color: rgb(93,148,109); }
H1.HeaderClassName
{
color: #5D946D;
}
.AnyTagClassName
{
color: #5D946D;
}
</style>
background-color css
<style>
a { background-color: #5D946D; }
a { background-color: rgb(93,148,109); }
div.DivClassName
{
background-color: #5D946D;
}
.BgClassName
{
background-color: #5D946D;
}
</style>
border-color css
<style>
span { border-color: #5D946D; }
span { border-color: rgb(93,148,109); }
td.TdClassName
{
border-color: #5D946D;
}
.TagClassName
{
border-color: #5D946D;
}
</style>