Shades of Oxley #5DA06B
Tints of Oxley #5DA06B
RGB
CMYK
RGB Variations
Color information
#5DA06B (or 0x5DA06B) is known color: Oxley. HEX triplet: 5D, A0 and 6B. RGB value is (93,160,107). Sum of RGB (Red+Green+Blue) = 93+160+107=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA06B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA06B is #A25F94. Grayscale: #868686. Windows color (decimal): -10641301 or 7053405. OLE color: 7053405.
HSL color Cylindrical-coordinate representation of color #5DA06B: hue angle of 132.54º 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 #5DA06B is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 160 | 107 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.37 |
| HSL | 132.54º | 0.26% | 0.5% | - |
| HSV(B) | 132.54º | 0.42% | 0.63% | - |
| XYZ | 19.74 | 28.53 | 18.38 | - |
| YUV | 133.93 | 112.8 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 107 | 0.42 | 0 | 0.33 | 0.37 | 132.54 | 0.26 | 0.5 |
| Hex | 5D | A0 | 6B | 2A | 0 | 21 | 25 | 85 | 1A | 32 |
| Octal | 135 | 240 | 153 | 52 | 0 | 41 | 45 | 205 | 32 | 62 |
| Binary | 1011101 | 10100000 | 1101011 | 101010 | 0 | 100001 | 100101 | 10000101 | 11010 | 110010 |
Color Harmonies of #5DA06B
Complementary color
Monochromatic Colors of #5DA06B
Black with #5DA06B
Text Example
Text Example
White with #5DA06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA06B; }
p { color: rgb(93,160,107); }
H1.HeaderClassName
{
color: #5DA06B;
}
.AnyTagClassName
{
color: #5DA06B;
}
</style>
background-color css
<style>
a { background-color: #5DA06B; }
a { background-color: rgb(93,160,107); }
div.DivClassName
{
background-color: #5DA06B;
}
.BgClassName
{
background-color: #5DA06B;
}
</style>
border-color css
<style>
span { border-color: #5DA06B; }
span { border-color: rgb(93,160,107); }
td.TdClassName
{
border-color: #5DA06B;
}
.TagClassName
{
border-color: #5DA06B;
}
</style>