Shades of Oxley #5D9A6C
Tints of Oxley #5D9A6C
RGB
CMYK
RGB Variations
Color information
#5D9A6C (or 0x5D9A6C) is known color: Oxley. HEX triplet: 5D, 9A and 6C. RGB value is (93,154,108). Sum of RGB (Red+Green+Blue) = 93+154+108=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 154 - color contains mainly: green. Hex color #5D9A6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9A6C is #A26593. Grayscale: #828282. Windows color (decimal): -10642836 or 7117405. OLE color: 7117405.
HSL color Cylindrical-coordinate representation of color #5D9A6C: hue angle of 134.75º 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 #5D9A6C is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 154 | 108 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.40 |
| HSL | 134.75º | 0.25% | 0.48% | - |
| HSV(B) | 134.75º | 0.4% | 0.6% | - |
| XYZ | 18.78 | 26.52 | 18.32 | - |
| YUV | 130.52 | 115.29 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 154 | 108 | 0.40 | 0 | 0.30 | 0.40 | 134.75 | 0.25 | 0.48 |
| Hex | 5D | 9A | 6C | 28 | 0 | 1E | 28 | 87 | 19 | 30 |
| Octal | 135 | 232 | 154 | 50 | 0 | 36 | 50 | 207 | 31 | 60 |
| Binary | 1011101 | 10011010 | 1101100 | 101000 | 0 | 11110 | 101000 | 10000111 | 11001 | 110000 |
Color Harmonies of #5D9A6C
Complementary color
Monochromatic Colors of #5D9A6C
Black with #5D9A6C
Text Example
Text Example
White with #5D9A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9A6C; }
p { color: rgb(93,154,108); }
H1.HeaderClassName
{
color: #5D9A6C;
}
.AnyTagClassName
{
color: #5D9A6C;
}
</style>
background-color css
<style>
a { background-color: #5D9A6C; }
a { background-color: rgb(93,154,108); }
div.DivClassName
{
background-color: #5D9A6C;
}
.BgClassName
{
background-color: #5D9A6C;
}
</style>
border-color css
<style>
span { border-color: #5D9A6C; }
span { border-color: rgb(93,154,108); }
td.TdClassName
{
border-color: #5D9A6C;
}
.TagClassName
{
border-color: #5D9A6C;
}
</style>