Shades of Oxley #5F966D
Tints of Oxley #5F966D
RGB
CMYK
RGB Variations
Color information
#5F966D (or 0x5F966D) is known color: Oxley. HEX triplet: 5F, 96 and 6D. RGB value is (95,150,109). Sum of RGB (Red+Green+Blue) = 95+150+109=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #5F966D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F966D is #A06992. Grayscale: #808080. Windows color (decimal): -10512787 or 7181919. OLE color: 7181919.
HSL color Cylindrical-coordinate representation of color #5F966D: hue angle of 135.27º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F966D is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 95 | 150 | 109 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.41 |
| HSL | 135.27º | 0.22% | 0.48% | - |
| HSV(B) | 135.27º | 0.37% | 0.59% | - |
| XYZ | 18.39 | 25.35 | 18.39 | - |
| YUV | 128.88 | 116.78 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 150 | 109 | 0.37 | 0 | 0.27 | 0.41 | 135.27 | 0.22 | 0.48 |
| Hex | 5F | 96 | 6D | 25 | 0 | 1B | 29 | 87 | 16 | 30 |
| Octal | 137 | 226 | 155 | 45 | 0 | 33 | 51 | 207 | 26 | 60 |
| Binary | 1011111 | 10010110 | 1101101 | 100101 | 0 | 11011 | 101001 | 10000111 | 10110 | 110000 |
Color Harmonies of #5F966D
Complementary color
Monochromatic Colors of #5F966D
Black with #5F966D
Text Example
Text Example
White with #5F966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F966D; }
p { color: rgb(95,150,109); }
H1.HeaderClassName
{
color: #5F966D;
}
.AnyTagClassName
{
color: #5F966D;
}
</style>
background-color css
<style>
a { background-color: #5F966D; }
a { background-color: rgb(95,150,109); }
div.DivClassName
{
background-color: #5F966D;
}
.BgClassName
{
background-color: #5F966D;
}
</style>
border-color css
<style>
span { border-color: #5F966D; }
span { border-color: rgb(95,150,109); }
td.TdClassName
{
border-color: #5F966D;
}
.TagClassName
{
border-color: #5F966D;
}
</style>