Shades of Oxley #5F9673
Tints of Oxley #5F9673
RGB
CMYK
RGB Variations
Color information
#5F9673 (or 0x5F9673) is known color: Oxley. HEX triplet: 5F, 96 and 73. RGB value is (95,150,115). Sum of RGB (Red+Green+Blue) = 95+150+115=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #5F9673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9673 is #A0698C. Grayscale: #818181. Windows color (decimal): -10512781 or 7575135. OLE color: 7575135.
HSL color Cylindrical-coordinate representation of color #5F9673: hue angle of 141.82º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F9673 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 95 | 150 | 115 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.41 |
| HSL | 141.82º | 0.22% | 0.48% | - |
| HSV(B) | 141.82º | 0.37% | 0.59% | - |
| XYZ | 18.72 | 25.48 | 20.15 | - |
| YUV | 129.57 | 119.78 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 150 | 115 | 0.37 | 0 | 0.23 | 0.41 | 141.82 | 0.22 | 0.48 |
| Hex | 5F | 96 | 73 | 25 | 0 | 17 | 29 | 8E | 16 | 30 |
| Octal | 137 | 226 | 163 | 45 | 0 | 27 | 51 | 216 | 26 | 60 |
| Binary | 1011111 | 10010110 | 1110011 | 100101 | 0 | 10111 | 101001 | 10001110 | 10110 | 110000 |
Color Harmonies of #5F9673
Complementary color
Monochromatic Colors of #5F9673
Black with #5F9673
Text Example
Text Example
White with #5F9673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9673; }
p { color: rgb(95,150,115); }
H1.HeaderClassName
{
color: #5F9673;
}
.AnyTagClassName
{
color: #5F9673;
}
</style>
background-color css
<style>
a { background-color: #5F9673; }
a { background-color: rgb(95,150,115); }
div.DivClassName
{
background-color: #5F9673;
}
.BgClassName
{
background-color: #5F9673;
}
</style>
border-color css
<style>
span { border-color: #5F9673; }
span { border-color: rgb(95,150,115); }
td.TdClassName
{
border-color: #5F9673;
}
.TagClassName
{
border-color: #5F9673;
}
</style>