Shades of Oxley #5DA36C
Tints of Oxley #5DA36C
RGB
CMYK
RGB Variations
Color information
#5DA36C (or 0x5DA36C) is known color: Oxley. HEX triplet: 5D, A3 and 6C. RGB value is (93,163,108). Sum of RGB (Red+Green+Blue) = 93+163+108=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 163 - color contains mainly: green. Hex color #5DA36C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA36C is #A25C93. Grayscale: #878787. Windows color (decimal): -10640532 or 7119709. OLE color: 7119709.
HSL color Cylindrical-coordinate representation of color #5DA36C: hue angle of 132.86º 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 #5DA36C is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 163 | 108 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.36 |
| HSL | 132.86º | 0.28% | 0.5% | - |
| HSV(B) | 132.86º | 0.43% | 0.64% | - |
| XYZ | 20.32 | 29.6 | 18.83 | - |
| YUV | 135.8 | 112.31 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 163 | 108 | 0.43 | 0 | 0.34 | 0.36 | 132.86 | 0.28 | 0.5 |
| Hex | 5D | A3 | 6C | 2B | 0 | 22 | 24 | 85 | 1C | 32 |
| Octal | 135 | 243 | 154 | 53 | 0 | 42 | 44 | 205 | 34 | 62 |
| Binary | 1011101 | 10100011 | 1101100 | 101011 | 0 | 100010 | 100100 | 10000101 | 11100 | 110010 |
Color Harmonies of #5DA36C
Complementary color
Monochromatic Colors of #5DA36C
Black with #5DA36C
Text Example
Text Example
White with #5DA36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA36C; }
p { color: rgb(93,163,108); }
H1.HeaderClassName
{
color: #5DA36C;
}
.AnyTagClassName
{
color: #5DA36C;
}
</style>
background-color css
<style>
a { background-color: #5DA36C; }
a { background-color: rgb(93,163,108); }
div.DivClassName
{
background-color: #5DA36C;
}
.BgClassName
{
background-color: #5DA36C;
}
</style>
border-color css
<style>
span { border-color: #5DA36C; }
span { border-color: rgb(93,163,108); }
td.TdClassName
{
border-color: #5DA36C;
}
.TagClassName
{
border-color: #5DA36C;
}
</style>