Shades of Oxley #59956C
Tints of Oxley #59956C
RGB
CMYK
RGB Variations
Color information
#59956C (or 0x59956C) is known color: Oxley. HEX triplet: 59, 95 and 6C. RGB value is (89,149,108). Sum of RGB (Red+Green+Blue) = 89+149+108=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #59956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59956C is #A66A93. Grayscale: #7E7E7E. Windows color (decimal): -10906260 or 7116121. OLE color: 7116121.
HSL color Cylindrical-coordinate representation of color #59956C: hue angle of 139º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59956C is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 149 | 108 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.42 |
| HSL | 139º | 0.25% | 0.47% | - |
| HSV(B) | 139º | 0.4% | 0.58% | - |
| XYZ | 17.57 | 24.7 | 18.03 | - |
| YUV | 126.39 | 117.62 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 149 | 108 | 0.40 | 0 | 0.28 | 0.42 | 139 | 0.25 | 0.47 |
| Hex | 59 | 95 | 6C | 28 | 0 | 1C | 2A | 8B | 19 | 2F |
| Octal | 131 | 225 | 154 | 50 | 0 | 34 | 52 | 213 | 31 | 57 |
| Binary | 1011001 | 10010101 | 1101100 | 101000 | 0 | 11100 | 101010 | 10001011 | 11001 | 101111 |
Color Harmonies of #59956C
Complementary color
Monochromatic Colors of #59956C
Black with #59956C
Text Example
Text Example
White with #59956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59956C; }
p { color: rgb(89,149,108); }
H1.HeaderClassName
{
color: #59956C;
}
.AnyTagClassName
{
color: #59956C;
}
</style>
background-color css
<style>
a { background-color: #59956C; }
a { background-color: rgb(89,149,108); }
div.DivClassName
{
background-color: #59956C;
}
.BgClassName
{
background-color: #59956C;
}
</style>
border-color css
<style>
span { border-color: #59956C; }
span { border-color: rgb(89,149,108); }
td.TdClassName
{
border-color: #59956C;
}
.TagClassName
{
border-color: #59956C;
}
</style>