Shades of Oxley #5D9C75
Tints of Oxley #5D9C75
RGB
CMYK
RGB Variations
Color information
#5D9C75 (or 0x5D9C75) is known color: Oxley. HEX triplet: 5D, 9C and 75. RGB value is (93,156,117). Sum of RGB (Red+Green+Blue) = 93+156+117=366 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.41% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 156 - color contains mainly: green. Hex color #5D9C75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9C75 is #A2638A. Grayscale: #848484. Windows color (decimal): -10642315 or 7707741. OLE color: 7707741.
HSL color Cylindrical-coordinate representation of color #5D9C75: hue angle of 142.86º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D9C75 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 156 | 117 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.39 |
| HSL | 142.86º | 0.25% | 0.49% | - |
| HSV(B) | 142.86º | 0.4% | 0.61% | - |
| XYZ | 19.61 | 27.39 | 21.08 | - |
| YUV | 132.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 156 | 117 | 0.40 | 0 | 0.25 | 0.39 | 142.86 | 0.25 | 0.49 |
| Hex | 5D | 9C | 75 | 28 | 0 | 19 | 27 | 8F | 19 | 31 |
| Octal | 135 | 234 | 165 | 50 | 0 | 31 | 47 | 217 | 31 | 61 |
| Binary | 1011101 | 10011100 | 1110101 | 101000 | 0 | 11001 | 100111 | 10001111 | 11001 | 110001 |
Color Harmonies of #5D9C75
Complementary color
Monochromatic Colors of #5D9C75
Black with #5D9C75
Text Example
Text Example
White with #5D9C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9C75; }
p { color: rgb(93,156,117); }
H1.HeaderClassName
{
color: #5D9C75;
}
.AnyTagClassName
{
color: #5D9C75;
}
</style>
background-color css
<style>
a { background-color: #5D9C75; }
a { background-color: rgb(93,156,117); }
div.DivClassName
{
background-color: #5D9C75;
}
.BgClassName
{
background-color: #5D9C75;
}
</style>
border-color css
<style>
span { border-color: #5D9C75; }
span { border-color: rgb(93,156,117); }
td.TdClassName
{
border-color: #5D9C75;
}
.TagClassName
{
border-color: #5D9C75;
}
</style>