Shades of Oxley #5D9A6D
Tints of Oxley #5D9A6D
RGB
CMYK
RGB Variations
Color information
#5D9A6D (or 0x5D9A6D) is known color: Oxley. HEX triplet: 5D, 9A and 6D. RGB value is (93,154,109). Sum of RGB (Red+Green+Blue) = 93+154+109=356 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.12% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 154 - color contains mainly: green. Hex color #5D9A6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9A6D is #A26592. Grayscale: #828282. Windows color (decimal): -10642835 or 7182941. OLE color: 7182941.
HSL color Cylindrical-coordinate representation of color #5D9A6D: hue angle of 135.74º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D9A6D is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 154 | 109 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.40 |
| HSL | 135.74º | 0.25% | 0.48% | - |
| HSV(B) | 135.74º | 0.4% | 0.6% | - |
| XYZ | 18.83 | 26.54 | 18.6 | - |
| YUV | 130.63 | 115.79 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 154 | 109 | 0.40 | 0 | 0.29 | 0.40 | 135.74 | 0.25 | 0.48 |
| Hex | 5D | 9A | 6D | 28 | 0 | 1D | 28 | 88 | 19 | 30 |
| Octal | 135 | 232 | 155 | 50 | 0 | 35 | 50 | 210 | 31 | 60 |
| Binary | 1011101 | 10011010 | 1101101 | 101000 | 0 | 11101 | 101000 | 10001000 | 11001 | 110000 |
Color Harmonies of #5D9A6D
Complementary color
Monochromatic Colors of #5D9A6D
Black with #5D9A6D
Text Example
Text Example
White with #5D9A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9A6D; }
p { color: rgb(93,154,109); }
H1.HeaderClassName
{
color: #5D9A6D;
}
.AnyTagClassName
{
color: #5D9A6D;
}
</style>
background-color css
<style>
a { background-color: #5D9A6D; }
a { background-color: rgb(93,154,109); }
div.DivClassName
{
background-color: #5D9A6D;
}
.BgClassName
{
background-color: #5D9A6D;
}
</style>
border-color css
<style>
span { border-color: #5D9A6D; }
span { border-color: rgb(93,154,109); }
td.TdClassName
{
border-color: #5D9A6D;
}
.TagClassName
{
border-color: #5D9A6D;
}
</style>