Shades of Oxley #5DA370
Tints of Oxley #5DA370
RGB
CMYK
RGB Variations
Color information
#5DA370 (or 0x5DA370) is known color: Oxley. HEX triplet: 5D, A3 and 70. RGB value is (93,163,112). Sum of RGB (Red+Green+Blue) = 93+163+112=368 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.27% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 163 - color contains mainly: green. Hex color #5DA370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA370 is #A25C8F. Grayscale: #888888. Windows color (decimal): -10640528 or 7381853. OLE color: 7381853.
HSL color Cylindrical-coordinate representation of color #5DA370: hue angle of 136.29º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5DA370 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 163 | 112 | - |
| CMYK | 0.43 | 0 | 0.31 | 0.36 |
| HSL | 136.29º | 0.28% | 0.5% | - |
| HSV(B) | 136.29º | 0.43% | 0.64% | - |
| XYZ | 20.54 | 29.69 | 19.98 | - |
| YUV | 136.26 | 114.31 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 163 | 112 | 0.43 | 0 | 0.31 | 0.36 | 136.29 | 0.28 | 0.5 |
| Hex | 5D | A3 | 70 | 2B | 0 | 1F | 24 | 88 | 1C | 32 |
| Octal | 135 | 243 | 160 | 53 | 0 | 37 | 44 | 210 | 34 | 62 |
| Binary | 1011101 | 10100011 | 1110000 | 101011 | 0 | 11111 | 100100 | 10001000 | 11100 | 110010 |
Color Harmonies of #5DA370
Complementary color
Monochromatic Colors of #5DA370
Black with #5DA370
Text Example
Text Example
White with #5DA370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA370; }
p { color: rgb(93,163,112); }
H1.HeaderClassName
{
color: #5DA370;
}
.AnyTagClassName
{
color: #5DA370;
}
</style>
background-color css
<style>
a { background-color: #5DA370; }
a { background-color: rgb(93,163,112); }
div.DivClassName
{
background-color: #5DA370;
}
.BgClassName
{
background-color: #5DA370;
}
</style>
border-color css
<style>
span { border-color: #5DA370; }
span { border-color: rgb(93,163,112); }
td.TdClassName
{
border-color: #5DA370;
}
.TagClassName
{
border-color: #5DA370;
}
</style>