Shades of Oxley #5D966C
Tints of Oxley #5D966C
RGB
CMYK
RGB Variations
Color information
#5D966C (or 0x5D966C) is known color: Oxley. HEX triplet: 5D, 96 and 6C. RGB value is (93,150,108). Sum of RGB (Red+Green+Blue) = 93+150+108=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 150 - color contains mainly: green. Hex color #5D966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D966C is #A26993. Grayscale: #808080. Windows color (decimal): -10643860 or 7116381. OLE color: 7116381.
HSL color Cylindrical-coordinate representation of color #5D966C: hue angle of 135.79º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D966C is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 150 | 108 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.41 |
| HSL | 135.79º | 0.23% | 0.48% | - |
| HSV(B) | 135.79º | 0.38% | 0.59% | - |
| XYZ | 18.13 | 25.22 | 18.1 | - |
| YUV | 128.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 150 | 108 | 0.38 | 0 | 0.28 | 0.41 | 135.79 | 0.23 | 0.48 |
| Hex | 5D | 96 | 6C | 26 | 0 | 1C | 29 | 88 | 17 | 30 |
| Octal | 135 | 226 | 154 | 46 | 0 | 34 | 51 | 210 | 27 | 60 |
| Binary | 1011101 | 10010110 | 1101100 | 100110 | 0 | 11100 | 101001 | 10001000 | 10111 | 110000 |
Color Harmonies of #5D966C
Complementary color
Monochromatic Colors of #5D966C
Black with #5D966C
Text Example
Text Example
White with #5D966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D966C; }
p { color: rgb(93,150,108); }
H1.HeaderClassName
{
color: #5D966C;
}
.AnyTagClassName
{
color: #5D966C;
}
</style>
background-color css
<style>
a { background-color: #5D966C; }
a { background-color: rgb(93,150,108); }
div.DivClassName
{
background-color: #5D966C;
}
.BgClassName
{
background-color: #5D966C;
}
</style>
border-color css
<style>
span { border-color: #5D966C; }
span { border-color: rgb(93,150,108); }
td.TdClassName
{
border-color: #5D966C;
}
.TagClassName
{
border-color: #5D966C;
}
</style>