Shades of Oxley #5F9174
Tints of Oxley #5F9174
RGB
CMYK
RGB Variations
Color information
#5F9174 (or 0x5F9174) is known color: Oxley. HEX triplet: 5F, 91 and 74. RGB value is (95,145,116). Sum of RGB (Red+Green+Blue) = 95+145+116=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #5F9174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9174 is #A06E8B. Grayscale: #7E7E7E. Windows color (decimal): -10514060 or 7639391. OLE color: 7639391.
HSL color Cylindrical-coordinate representation of color #5F9174: hue angle of 145.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F9174 is Cyan = 0.34, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 95 | 145 | 116 | - |
| CMYK | 0.34 | 0 | 0.2 | 0.43 |
| HSL | 145.2º | 0.21% | 0.47% | - |
| HSV(B) | 145.2º | 0.34% | 0.57% | - |
| XYZ | 18 | 23.94 | 20.2 | - |
| YUV | 126.74 | 121.94 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 145 | 116 | 0.34 | 0 | 0.2 | 0.43 | 145.2 | 0.21 | 0.47 |
| Hex | 5F | 91 | 74 | 22 | 0 | 14 | 2B | 91 | 15 | 2F |
| Octal | 137 | 221 | 164 | 42 | 0 | 24 | 53 | 221 | 25 | 57 |
| Binary | 1011111 | 10010001 | 1110100 | 100010 | 0 | 10100 | 101011 | 10010001 | 10101 | 101111 |
Color Harmonies of #5F9174
Complementary color
Monochromatic Colors of #5F9174
Black with #5F9174
Text Example
Text Example
White with #5F9174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9174; }
p { color: rgb(95,145,116); }
H1.HeaderClassName
{
color: #5F9174;
}
.AnyTagClassName
{
color: #5F9174;
}
</style>
background-color css
<style>
a { background-color: #5F9174; }
a { background-color: rgb(95,145,116); }
div.DivClassName
{
background-color: #5F9174;
}
.BgClassName
{
background-color: #5F9174;
}
</style>
border-color css
<style>
span { border-color: #5F9174; }
span { border-color: rgb(95,145,116); }
td.TdClassName
{
border-color: #5F9174;
}
.TagClassName
{
border-color: #5F9174;
}
</style>