Shades of Oxley #599F68
Tints of Oxley #599F68
RGB
CMYK
RGB Variations
Color information
#599F68 (or 0x599F68) is known color: Oxley. HEX triplet: 59, 9F and 68. RGB value is (89,159,104). Sum of RGB (Red+Green+Blue) = 89+159+104=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 159 - color contains mainly: green. Hex color #599F68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599F68 is #A66097. Grayscale: #838383. Windows color (decimal): -10903704 or 6856537. OLE color: 6856537.
HSL color Cylindrical-coordinate representation of color #599F68: hue angle of 132.86º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #599F68 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 159 | 104 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.38 |
| HSL | 132.86º | 0.28% | 0.49% | - |
| HSV(B) | 132.86º | 0.44% | 0.62% | - |
| XYZ | 19.02 | 27.92 | 17.48 | - |
| YUV | 131.8 | 112.31 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 104 | 0.44 | 0 | 0.35 | 0.38 | 132.86 | 0.28 | 0.49 |
| Hex | 59 | 9F | 68 | 2C | 0 | 23 | 26 | 85 | 1C | 31 |
| Octal | 131 | 237 | 150 | 54 | 0 | 43 | 46 | 205 | 34 | 61 |
| Binary | 1011001 | 10011111 | 1101000 | 101100 | 0 | 100011 | 100110 | 10000101 | 11100 | 110001 |
Color Harmonies of #599F68
Complementary color
Monochromatic Colors of #599F68
Black with #599F68
Text Example
Text Example
White with #599F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599F68; }
p { color: rgb(89,159,104); }
H1.HeaderClassName
{
color: #599F68;
}
.AnyTagClassName
{
color: #599F68;
}
</style>
background-color css
<style>
a { background-color: #599F68; }
a { background-color: rgb(89,159,104); }
div.DivClassName
{
background-color: #599F68;
}
.BgClassName
{
background-color: #599F68;
}
</style>
border-color css
<style>
span { border-color: #599F68; }
span { border-color: rgb(89,159,104); }
td.TdClassName
{
border-color: #599F68;
}
.TagClassName
{
border-color: #599F68;
}
</style>