Shades of Oxley #5F9072
Tints of Oxley #5F9072
RGB
CMYK
RGB Variations
Color information
#5F9072 (or 0x5F9072) is known color: Oxley. HEX triplet: 5F, 90 and 72. RGB value is (95,144,114). Sum of RGB (Red+Green+Blue) = 95+144+114=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 144 - color contains mainly: green. Hex color #5F9072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9072 is #A06F8D. Grayscale: #7E7E7E. Windows color (decimal): -10514318 or 7508063. OLE color: 7508063.
HSL color Cylindrical-coordinate representation of color #5F9072: hue angle of 143.27º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F9072 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 144 | 114 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.44 |
| HSL | 143.27º | 0.21% | 0.47% | - |
| HSV(B) | 143.27º | 0.34% | 0.56% | - |
| XYZ | 17.73 | 23.59 | 19.54 | - |
| YUV | 125.93 | 121.27 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 144 | 114 | 0.34 | 0 | 0.21 | 0.44 | 143.27 | 0.21 | 0.47 |
| Hex | 5F | 90 | 72 | 22 | 0 | 15 | 2C | 8F | 15 | 2F |
| Octal | 137 | 220 | 162 | 42 | 0 | 25 | 54 | 217 | 25 | 57 |
| Binary | 1011111 | 10010000 | 1110010 | 100010 | 0 | 10101 | 101100 | 10001111 | 10101 | 101111 |
Color Harmonies of #5F9072
Complementary color
Monochromatic Colors of #5F9072
Black with #5F9072
Text Example
Text Example
White with #5F9072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9072; }
p { color: rgb(95,144,114); }
H1.HeaderClassName
{
color: #5F9072;
}
.AnyTagClassName
{
color: #5F9072;
}
</style>
background-color css
<style>
a { background-color: #5F9072; }
a { background-color: rgb(95,144,114); }
div.DivClassName
{
background-color: #5F9072;
}
.BgClassName
{
background-color: #5F9072;
}
</style>
border-color css
<style>
span { border-color: #5F9072; }
span { border-color: rgb(95,144,114); }
td.TdClassName
{
border-color: #5F9072;
}
.TagClassName
{
border-color: #5F9072;
}
</style>