Shades of Oxley #5DA06D
Tints of Oxley #5DA06D
RGB
CMYK
RGB Variations
Color information
#5DA06D (or 0x5DA06D) is known color: Oxley. HEX triplet: 5D, A0 and 6D. RGB value is (93,160,109). Sum of RGB (Red+Green+Blue) = 93+160+109=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA06D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA06D is #A25F92. Grayscale: #868686. Windows color (decimal): -10641299 or 7184477. OLE color: 7184477.
HSL color Cylindrical-coordinate representation of color #5DA06D: hue angle of 134.33º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5DA06D is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 160 | 109 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.37 |
| HSL | 134.33º | 0.26% | 0.5% | - |
| HSV(B) | 134.33º | 0.42% | 0.63% | - |
| XYZ | 19.85 | 28.57 | 18.94 | - |
| YUV | 134.15 | 113.8 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 109 | 0.42 | 0 | 0.32 | 0.37 | 134.33 | 0.26 | 0.5 |
| Hex | 5D | A0 | 6D | 2A | 0 | 20 | 25 | 86 | 1A | 32 |
| Octal | 135 | 240 | 155 | 52 | 0 | 40 | 45 | 206 | 32 | 62 |
| Binary | 1011101 | 10100000 | 1101101 | 101010 | 0 | 100000 | 100101 | 10000110 | 11010 | 110010 |
Color Harmonies of #5DA06D
Complementary color
Monochromatic Colors of #5DA06D
Black with #5DA06D
Text Example
Text Example
White with #5DA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA06D; }
p { color: rgb(93,160,109); }
H1.HeaderClassName
{
color: #5DA06D;
}
.AnyTagClassName
{
color: #5DA06D;
}
</style>
background-color css
<style>
a { background-color: #5DA06D; }
a { background-color: rgb(93,160,109); }
div.DivClassName
{
background-color: #5DA06D;
}
.BgClassName
{
background-color: #5DA06D;
}
</style>
border-color css
<style>
span { border-color: #5DA06D; }
span { border-color: rgb(93,160,109); }
td.TdClassName
{
border-color: #5DA06D;
}
.TagClassName
{
border-color: #5DA06D;
}
</style>