Shades of Oxley #5D9172
Tints of Oxley #5D9172
RGB
CMYK
RGB Variations
Color information
#5D9172 (or 0x5D9172) is known color: Oxley. HEX triplet: 5D, 91 and 72. RGB value is (93,145,114). Sum of RGB (Red+Green+Blue) = 93+145+114=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #5D9172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9172 is #A26E8D. Grayscale: #7D7D7D. Windows color (decimal): -10645134 or 7508317. OLE color: 7508317.
HSL color Cylindrical-coordinate representation of color #5D9172: hue angle of 144.23º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5D9172 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 93 | 145 | 114 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.43 |
| HSL | 144.23º | 0.22% | 0.47% | - |
| HSV(B) | 144.23º | 0.36% | 0.57% | - |
| XYZ | 17.68 | 23.79 | 19.58 | - |
| YUV | 125.92 | 121.27 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 145 | 114 | 0.36 | 0 | 0.21 | 0.43 | 144.23 | 0.22 | 0.47 |
| Hex | 5D | 91 | 72 | 24 | 0 | 15 | 2B | 90 | 16 | 2F |
| Octal | 135 | 221 | 162 | 44 | 0 | 25 | 53 | 220 | 26 | 57 |
| Binary | 1011101 | 10010001 | 1110010 | 100100 | 0 | 10101 | 101011 | 10010000 | 10110 | 101111 |
Color Harmonies of #5D9172
Complementary color
Monochromatic Colors of #5D9172
Black with #5D9172
Text Example
Text Example
White with #5D9172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9172; }
p { color: rgb(93,145,114); }
H1.HeaderClassName
{
color: #5D9172;
}
.AnyTagClassName
{
color: #5D9172;
}
</style>
background-color css
<style>
a { background-color: #5D9172; }
a { background-color: rgb(93,145,114); }
div.DivClassName
{
background-color: #5D9172;
}
.BgClassName
{
background-color: #5D9172;
}
</style>
border-color css
<style>
span { border-color: #5D9172; }
span { border-color: rgb(93,145,114); }
td.TdClassName
{
border-color: #5D9172;
}
.TagClassName
{
border-color: #5D9172;
}
</style>