Shades of Oxley #599D68
Tints of Oxley #599D68
RGB
CMYK
RGB Variations
Color information
#599D68 (or 0x599D68) is known color: Oxley. HEX triplet: 59, 9D and 68. RGB value is (89,157,104). Sum of RGB (Red+Green+Blue) = 89+157+104=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 157 - color contains mainly: green. Hex color #599D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599D68 is #A66297. Grayscale: #828282. Windows color (decimal): -10904216 or 6856025. OLE color: 6856025.
HSL color Cylindrical-coordinate representation of color #599D68: hue angle of 133.24º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599D68 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 157 | 104 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.38 |
| HSL | 133.24º | 0.28% | 0.48% | - |
| HSV(B) | 133.24º | 0.43% | 0.62% | - |
| XYZ | 18.68 | 27.24 | 17.37 | - |
| YUV | 130.63 | 112.97 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 104 | 0.43 | 0 | 0.34 | 0.38 | 133.24 | 0.28 | 0.48 |
| Hex | 59 | 9D | 68 | 2B | 0 | 22 | 26 | 85 | 1C | 30 |
| Octal | 131 | 235 | 150 | 53 | 0 | 42 | 46 | 205 | 34 | 60 |
| Binary | 1011001 | 10011101 | 1101000 | 101011 | 0 | 100010 | 100110 | 10000101 | 11100 | 110000 |
Color Harmonies of #599D68
Complementary color
Monochromatic Colors of #599D68
Black with #599D68
Text Example
Text Example
White with #599D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599D68; }
p { color: rgb(89,157,104); }
H1.HeaderClassName
{
color: #599D68;
}
.AnyTagClassName
{
color: #599D68;
}
</style>
background-color css
<style>
a { background-color: #599D68; }
a { background-color: rgb(89,157,104); }
div.DivClassName
{
background-color: #599D68;
}
.BgClassName
{
background-color: #599D68;
}
</style>
border-color css
<style>
span { border-color: #599D68; }
span { border-color: rgb(89,157,104); }
td.TdClassName
{
border-color: #599D68;
}
.TagClassName
{
border-color: #599D68;
}
</style>