Shades of Oxley #5F956C
Tints of Oxley #5F956C
RGB
CMYK
RGB Variations
Color information
#5F956C (or 0x5F956C) is known color: Oxley. HEX triplet: 5F, 95 and 6C. RGB value is (95,149,108). Sum of RGB (Red+Green+Blue) = 95+149+108=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #5F956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F956C is #A06A93. Grayscale: #808080. Windows color (decimal): -10513044 or 7116127. OLE color: 7116127.
HSL color Cylindrical-coordinate representation of color #5F956C: hue angle of 134.44º 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 #5F956C is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 149 | 108 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.42 |
| HSL | 134.44º | 0.22% | 0.48% | - |
| HSV(B) | 134.44º | 0.36% | 0.58% | - |
| XYZ | 18.17 | 25.01 | 18.06 | - |
| YUV | 128.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 149 | 108 | 0.36 | 0 | 0.28 | 0.42 | 134.44 | 0.22 | 0.48 |
| Hex | 5F | 95 | 6C | 24 | 0 | 1C | 2A | 86 | 16 | 30 |
| Octal | 137 | 225 | 154 | 44 | 0 | 34 | 52 | 206 | 26 | 60 |
| Binary | 1011111 | 10010101 | 1101100 | 100100 | 0 | 11100 | 101010 | 10000110 | 10110 | 110000 |
Color Harmonies of #5F956C
Complementary color
Monochromatic Colors of #5F956C
Black with #5F956C
Text Example
Text Example
White with #5F956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F956C; }
p { color: rgb(95,149,108); }
H1.HeaderClassName
{
color: #5F956C;
}
.AnyTagClassName
{
color: #5F956C;
}
</style>
background-color css
<style>
a { background-color: #5F956C; }
a { background-color: rgb(95,149,108); }
div.DivClassName
{
background-color: #5F956C;
}
.BgClassName
{
background-color: #5F956C;
}
</style>
border-color css
<style>
span { border-color: #5F956C; }
span { border-color: rgb(95,149,108); }
td.TdClassName
{
border-color: #5F956C;
}
.TagClassName
{
border-color: #5F956C;
}
</style>