Shades of Oxley #5D9D6D
Tints of Oxley #5D9D6D
RGB
CMYK
RGB Variations
Color information
#5D9D6D (or 0x5D9D6D) is known color: Oxley. HEX triplet: 5D, 9D and 6D. RGB value is (93,157,109). Sum of RGB (Red+Green+Blue) = 93+157+109=359 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.91% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #5D9D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9D6D is #A26292. Grayscale: #848484. Windows color (decimal): -10642067 or 7183709. OLE color: 7183709.
HSL color Cylindrical-coordinate representation of color #5D9D6D: hue angle of 135º 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 #5D9D6D is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 157 | 109 | - |
| CMYK | 0.41 | 0 | 0.31 | 0.38 |
| HSL | 135º | 0.26% | 0.49% | - |
| HSV(B) | 135º | 0.41% | 0.62% | - |
| XYZ | 19.33 | 27.55 | 18.77 | - |
| YUV | 132.39 | 114.8 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 157 | 109 | 0.41 | 0 | 0.31 | 0.38 | 135 | 0.26 | 0.49 |
| Hex | 5D | 9D | 6D | 29 | 0 | 1F | 26 | 87 | 1A | 31 |
| Octal | 135 | 235 | 155 | 51 | 0 | 37 | 46 | 207 | 32 | 61 |
| Binary | 1011101 | 10011101 | 1101101 | 101001 | 0 | 11111 | 100110 | 10000111 | 11010 | 110001 |
Color Harmonies of #5D9D6D
Complementary color
Monochromatic Colors of #5D9D6D
Black with #5D9D6D
Text Example
Text Example
White with #5D9D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9D6D; }
p { color: rgb(93,157,109); }
H1.HeaderClassName
{
color: #5D9D6D;
}
.AnyTagClassName
{
color: #5D9D6D;
}
</style>
background-color css
<style>
a { background-color: #5D9D6D; }
a { background-color: rgb(93,157,109); }
div.DivClassName
{
background-color: #5D9D6D;
}
.BgClassName
{
background-color: #5D9D6D;
}
</style>
border-color css
<style>
span { border-color: #5D9D6D; }
span { border-color: rgb(93,157,109); }
td.TdClassName
{
border-color: #5D9D6D;
}
.TagClassName
{
border-color: #5D9D6D;
}
</style>