Shades of Oxley #5D9A6E
Tints of Oxley #5D9A6E
RGB
CMYK
RGB Variations
Color information
#5D9A6E (or 0x5D9A6E) is known color: Oxley. HEX triplet: 5D, 9A and 6E. RGB value is (93,154,110). Sum of RGB (Red+Green+Blue) = 93+154+110=357 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.05% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 154 - color contains mainly: green. Hex color #5D9A6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9A6E is #A26591. Grayscale: #828282. Windows color (decimal): -10642834 or 7248477. OLE color: 7248477.
HSL color Cylindrical-coordinate representation of color #5D9A6E: hue angle of 136.72º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D9A6E is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 154 | 110 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.40 |
| HSL | 136.72º | 0.25% | 0.48% | - |
| HSV(B) | 136.72º | 0.4% | 0.6% | - |
| XYZ | 18.88 | 26.56 | 18.88 | - |
| YUV | 130.75 | 116.29 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 154 | 110 | 0.40 | 0 | 0.29 | 0.40 | 136.72 | 0.25 | 0.48 |
| Hex | 5D | 9A | 6E | 28 | 0 | 1D | 28 | 89 | 19 | 30 |
| Octal | 135 | 232 | 156 | 50 | 0 | 35 | 50 | 211 | 31 | 60 |
| Binary | 1011101 | 10011010 | 1101110 | 101000 | 0 | 11101 | 101000 | 10001001 | 11001 | 110000 |
Color Harmonies of #5D9A6E
Complementary color
Monochromatic Colors of #5D9A6E
Black with #5D9A6E
Text Example
Text Example
White with #5D9A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9A6E; }
p { color: rgb(93,154,110); }
H1.HeaderClassName
{
color: #5D9A6E;
}
.AnyTagClassName
{
color: #5D9A6E;
}
</style>
background-color css
<style>
a { background-color: #5D9A6E; }
a { background-color: rgb(93,154,110); }
div.DivClassName
{
background-color: #5D9A6E;
}
.BgClassName
{
background-color: #5D9A6E;
}
</style>
border-color css
<style>
span { border-color: #5D9A6E; }
span { border-color: rgb(93,154,110); }
td.TdClassName
{
border-color: #5D9A6E;
}
.TagClassName
{
border-color: #5D9A6E;
}
</style>