Shades of Oxley #5F9D79
Tints of Oxley #5F9D79
RGB
CMYK
RGB Variations
Color information
#5F9D79 (or 0x5F9D79) is known color: Oxley. HEX triplet: 5F, 9D and 79. RGB value is (95,157,121). Sum of RGB (Red+Green+Blue) = 95+157+121=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 157 - color contains mainly: green. Hex color #5F9D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9D79 is #A06286. Grayscale: #868686. Windows color (decimal): -10510983 or 7970143. OLE color: 7970143.
HSL color Cylindrical-coordinate representation of color #5F9D79: hue angle of 145.16º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F9D79 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 157 | 121 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.38 |
| HSL | 145.16º | 0.25% | 0.49% | - |
| HSV(B) | 145.16º | 0.39% | 0.62% | - |
| XYZ | 20.23 | 27.93 | 22.41 | - |
| YUV | 134.36 | 120.46 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 157 | 121 | 0.39 | 0 | 0.23 | 0.38 | 145.16 | 0.25 | 0.49 |
| Hex | 5F | 9D | 79 | 27 | 0 | 17 | 26 | 91 | 19 | 31 |
| Octal | 137 | 235 | 171 | 47 | 0 | 27 | 46 | 221 | 31 | 61 |
| Binary | 1011111 | 10011101 | 1111001 | 100111 | 0 | 10111 | 100110 | 10010001 | 11001 | 110001 |
Color Harmonies of #5F9D79
Complementary color
Monochromatic Colors of #5F9D79
Black with #5F9D79
Text Example
Text Example
White with #5F9D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9D79; }
p { color: rgb(95,157,121); }
H1.HeaderClassName
{
color: #5F9D79;
}
.AnyTagClassName
{
color: #5F9D79;
}
</style>
background-color css
<style>
a { background-color: #5F9D79; }
a { background-color: rgb(95,157,121); }
div.DivClassName
{
background-color: #5F9D79;
}
.BgClassName
{
background-color: #5F9D79;
}
</style>
border-color css
<style>
span { border-color: #5F9D79; }
span { border-color: rgb(95,157,121); }
td.TdClassName
{
border-color: #5F9D79;
}
.TagClassName
{
border-color: #5F9D79;
}
</style>