Shades of Oxley #5D9D6E
Tints of Oxley #5D9D6E
RGB
CMYK
RGB Variations
Color information
#5D9D6E (or 0x5D9D6E) is known color: Oxley. HEX triplet: 5D, 9D and 6E. RGB value is (93,157,110). Sum of RGB (Red+Green+Blue) = 93+157+110=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 157 - color contains mainly: green. Hex color #5D9D6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9D6E is #A26291. Grayscale: #848484. Windows color (decimal): -10642066 or 7249245. OLE color: 7249245.
HSL color Cylindrical-coordinate representation of color #5D9D6E: hue angle of 135.94º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D9D6E is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 157 | 110 | - |
| CMYK | 0.41 | 0 | 0.30 | 0.38 |
| HSL | 135.94º | 0.26% | 0.49% | - |
| HSV(B) | 135.94º | 0.41% | 0.62% | - |
| XYZ | 19.39 | 27.57 | 19.05 | - |
| YUV | 132.51 | 115.3 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 157 | 110 | 0.41 | 0 | 0.30 | 0.38 | 135.94 | 0.26 | 0.49 |
| Hex | 5D | 9D | 6E | 29 | 0 | 1E | 26 | 88 | 1A | 31 |
| Octal | 135 | 235 | 156 | 51 | 0 | 36 | 46 | 210 | 32 | 61 |
| Binary | 1011101 | 10011101 | 1101110 | 101001 | 0 | 11110 | 100110 | 10001000 | 11010 | 110001 |
Color Harmonies of #5D9D6E
Complementary color
Monochromatic Colors of #5D9D6E
Black with #5D9D6E
Text Example
Text Example
White with #5D9D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9D6E; }
p { color: rgb(93,157,110); }
H1.HeaderClassName
{
color: #5D9D6E;
}
.AnyTagClassName
{
color: #5D9D6E;
}
</style>
background-color css
<style>
a { background-color: #5D9D6E; }
a { background-color: rgb(93,157,110); }
div.DivClassName
{
background-color: #5D9D6E;
}
.BgClassName
{
background-color: #5D9D6E;
}
</style>
border-color css
<style>
span { border-color: #5D9D6E; }
span { border-color: rgb(93,157,110); }
td.TdClassName
{
border-color: #5D9D6E;
}
.TagClassName
{
border-color: #5D9D6E;
}
</style>