Shades of Oxley #5F9471
Tints of Oxley #5F9471
RGB
CMYK
RGB Variations
Color information
#5F9471 (or 0x5F9471) is known color: Oxley. HEX triplet: 5F, 94 and 71. RGB value is (95,148,113). Sum of RGB (Red+Green+Blue) = 95+148+113=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 148 - color contains mainly: green. Hex color #5F9471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9471 is #A06B8E. Grayscale: #808080. Windows color (decimal): -10513295 or 7443551. OLE color: 7443551.
HSL color Cylindrical-coordinate representation of color #5F9471: hue angle of 140.38º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F9471 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 148 | 113 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.42 |
| HSL | 140.38º | 0.22% | 0.48% | - |
| HSV(B) | 140.38º | 0.36% | 0.58% | - |
| XYZ | 18.29 | 24.8 | 19.45 | - |
| YUV | 128.16 | 119.44 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 148 | 113 | 0.36 | 0 | 0.24 | 0.42 | 140.38 | 0.22 | 0.48 |
| Hex | 5F | 94 | 71 | 24 | 0 | 18 | 2A | 8C | 16 | 30 |
| Octal | 137 | 224 | 161 | 44 | 0 | 30 | 52 | 214 | 26 | 60 |
| Binary | 1011111 | 10010100 | 1110001 | 100100 | 0 | 11000 | 101010 | 10001100 | 10110 | 110000 |
Color Harmonies of #5F9471
Complementary color
Monochromatic Colors of #5F9471
Black with #5F9471
Text Example
Text Example
White with #5F9471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9471; }
p { color: rgb(95,148,113); }
H1.HeaderClassName
{
color: #5F9471;
}
.AnyTagClassName
{
color: #5F9471;
}
</style>
background-color css
<style>
a { background-color: #5F9471; }
a { background-color: rgb(95,148,113); }
div.DivClassName
{
background-color: #5F9471;
}
.BgClassName
{
background-color: #5F9471;
}
</style>
border-color css
<style>
span { border-color: #5F9471; }
span { border-color: rgb(95,148,113); }
td.TdClassName
{
border-color: #5F9471;
}
.TagClassName
{
border-color: #5F9471;
}
</style>