Shades of Oxley #5D966B
Tints of Oxley #5D966B
RGB
CMYK
RGB Variations
Color information
#5D966B (or 0x5D966B) is known color: Oxley. HEX triplet: 5D, 96 and 6B. RGB value is (93,150,107). Sum of RGB (Red+Green+Blue) = 93+150+107=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 150 - color contains mainly: green. Hex color #5D966B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D966B is #A26994. Grayscale: #808080. Windows color (decimal): -10643861 or 7050845. OLE color: 7050845.
HSL color Cylindrical-coordinate representation of color #5D966B: hue angle of 134.74º 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 #5D966B is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 150 | 107 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.41 |
| HSL | 134.74º | 0.23% | 0.48% | - |
| HSV(B) | 134.74º | 0.38% | 0.59% | - |
| XYZ | 18.07 | 25.2 | 17.82 | - |
| YUV | 128.06 | 116.12 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 150 | 107 | 0.38 | 0 | 0.29 | 0.41 | 134.74 | 0.23 | 0.48 |
| Hex | 5D | 96 | 6B | 26 | 0 | 1D | 29 | 87 | 17 | 30 |
| Octal | 135 | 226 | 153 | 46 | 0 | 35 | 51 | 207 | 27 | 60 |
| Binary | 1011101 | 10010110 | 1101011 | 100110 | 0 | 11101 | 101001 | 10000111 | 10111 | 110000 |
Color Harmonies of #5D966B
Complementary color
Monochromatic Colors of #5D966B
Black with #5D966B
Text Example
Text Example
White with #5D966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D966B; }
p { color: rgb(93,150,107); }
H1.HeaderClassName
{
color: #5D966B;
}
.AnyTagClassName
{
color: #5D966B;
}
</style>
background-color css
<style>
a { background-color: #5D966B; }
a { background-color: rgb(93,150,107); }
div.DivClassName
{
background-color: #5D966B;
}
.BgClassName
{
background-color: #5D966B;
}
</style>
border-color css
<style>
span { border-color: #5D966B; }
span { border-color: rgb(93,150,107); }
td.TdClassName
{
border-color: #5D966B;
}
.TagClassName
{
border-color: #5D966B;
}
</style>