Shades of Oxley #5D9B71
Tints of Oxley #5D9B71
RGB
CMYK
RGB Variations
Color information
#5D9B71 (or 0x5D9B71) is known color: Oxley. HEX triplet: 5D, 9B and 71. RGB value is (93,155,113). Sum of RGB (Red+Green+Blue) = 93+155+113=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 155 - color contains mainly: green. Hex color #5D9B71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9B71 is #A2648E. Grayscale: #838383. Windows color (decimal): -10642575 or 7445341. OLE color: 7445341.
HSL color Cylindrical-coordinate representation of color #5D9B71: hue angle of 139.35º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D9B71 is Cyan = 0.4, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 155 | 113 | - |
| CMYK | 0.4 | 0 | 0.27 | 0.39 |
| HSL | 139.35º | 0.25% | 0.49% | - |
| HSV(B) | 139.35º | 0.4% | 0.61% | - |
| XYZ | 19.22 | 26.96 | 19.81 | - |
| YUV | 131.67 | 117.46 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 155 | 113 | 0.4 | 0 | 0.27 | 0.39 | 139.35 | 0.25 | 0.49 |
| Hex | 5D | 9B | 71 | 28 | 0 | 1B | 27 | 8B | 19 | 31 |
| Octal | 135 | 233 | 161 | 50 | 0 | 33 | 47 | 213 | 31 | 61 |
| Binary | 1011101 | 10011011 | 1110001 | 101000 | 0 | 11011 | 100111 | 10001011 | 11001 | 110001 |
Color Harmonies of #5D9B71
Complementary color
Monochromatic Colors of #5D9B71
Black with #5D9B71
Text Example
Text Example
White with #5D9B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9B71; }
p { color: rgb(93,155,113); }
H1.HeaderClassName
{
color: #5D9B71;
}
.AnyTagClassName
{
color: #5D9B71;
}
</style>
background-color css
<style>
a { background-color: #5D9B71; }
a { background-color: rgb(93,155,113); }
div.DivClassName
{
background-color: #5D9B71;
}
.BgClassName
{
background-color: #5D9B71;
}
</style>
border-color css
<style>
span { border-color: #5D9B71; }
span { border-color: rgb(93,155,113); }
td.TdClassName
{
border-color: #5D9B71;
}
.TagClassName
{
border-color: #5D9B71;
}
</style>