Shades of Oxley #5F9F67
Tints of Oxley #5F9F67
RGB
CMYK
RGB Variations
Color information
#5F9F67 (or 0x5F9F67) is known color: Oxley. HEX triplet: 5F, 9F and 67. RGB value is (95,159,103). Sum of RGB (Red+Green+Blue) = 95+159+103=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 159 - color contains mainly: green. Hex color #5F9F67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9F67 is #A06098. Grayscale: #858585. Windows color (decimal): -10510489 or 6791007. OLE color: 6791007.
HSL color Cylindrical-coordinate representation of color #5F9F67: hue angle of 127.5º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F9F67 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 159 | 103 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.38 |
| HSL | 127.5º | 0.25% | 0.5% | - |
| HSV(B) | 127.5º | 0.4% | 0.62% | - |
| XYZ | 19.57 | 28.21 | 17.25 | - |
| YUV | 133.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 159 | 103 | 0.40 | 0 | 0.35 | 0.38 | 127.5 | 0.25 | 0.5 |
| Hex | 5F | 9F | 67 | 28 | 0 | 23 | 26 | 80 | 19 | 32 |
| Octal | 137 | 237 | 147 | 50 | 0 | 43 | 46 | 200 | 31 | 62 |
| Binary | 1011111 | 10011111 | 1100111 | 101000 | 0 | 100011 | 100110 | 10000000 | 11001 | 110010 |
Color Harmonies of #5F9F67
Complementary color
Monochromatic Colors of #5F9F67
Black with #5F9F67
Text Example
Text Example
White with #5F9F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9F67; }
p { color: rgb(95,159,103); }
H1.HeaderClassName
{
color: #5F9F67;
}
.AnyTagClassName
{
color: #5F9F67;
}
</style>
background-color css
<style>
a { background-color: #5F9F67; }
a { background-color: rgb(95,159,103); }
div.DivClassName
{
background-color: #5F9F67;
}
.BgClassName
{
background-color: #5F9F67;
}
</style>
border-color css
<style>
span { border-color: #5F9F67; }
span { border-color: rgb(95,159,103); }
td.TdClassName
{
border-color: #5F9F67;
}
.TagClassName
{
border-color: #5F9F67;
}
</style>