Shades of Oxley #599868
Tints of Oxley #599868
RGB
CMYK
RGB Variations
Color information
#599868 (or 0x599868) is known color: Oxley. HEX triplet: 59, 98 and 68. RGB value is (89,152,104). Sum of RGB (Red+Green+Blue) = 89+152+104=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 152 - color contains mainly: green. Hex color #599868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599868 is #A66797. Grayscale: #7F7F7F. Windows color (decimal): -10905496 or 6854745. OLE color: 6854745.
HSL color Cylindrical-coordinate representation of color #599868: hue angle of 134.29º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599868 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 152 | 104 | - |
| CMYK | 0.41 | 0 | 0.32 | 0.40 |
| HSL | 134.29º | 0.26% | 0.47% | - |
| HSV(B) | 134.29º | 0.41% | 0.6% | - |
| XYZ | 17.85 | 25.58 | 17.09 | - |
| YUV | 127.69 | 114.63 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 152 | 104 | 0.41 | 0 | 0.32 | 0.40 | 134.29 | 0.26 | 0.47 |
| Hex | 59 | 98 | 68 | 29 | 0 | 20 | 28 | 86 | 1A | 2F |
| Octal | 131 | 230 | 150 | 51 | 0 | 40 | 50 | 206 | 32 | 57 |
| Binary | 1011001 | 10011000 | 1101000 | 101001 | 0 | 100000 | 101000 | 10000110 | 11010 | 101111 |
Color Harmonies of #599868
Complementary color
Monochromatic Colors of #599868
Black with #599868
Text Example
Text Example
White with #599868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599868; }
p { color: rgb(89,152,104); }
H1.HeaderClassName
{
color: #599868;
}
.AnyTagClassName
{
color: #599868;
}
</style>
background-color css
<style>
a { background-color: #599868; }
a { background-color: rgb(89,152,104); }
div.DivClassName
{
background-color: #599868;
}
.BgClassName
{
background-color: #599868;
}
</style>
border-color css
<style>
span { border-color: #599868; }
span { border-color: rgb(89,152,104); }
td.TdClassName
{
border-color: #599868;
}
.TagClassName
{
border-color: #599868;
}
</style>