Shades of Ocean Green #599F6C
Tints of Ocean Green #599F6C
RGB
CMYK
RGB Variations
Color information
#599F6C (or 0x599F6C) is known color: Ocean Green. HEX triplet: 59, 9F and 6C. RGB value is (89,159,108). Sum of RGB (Red+Green+Blue) = 89+159+108=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 159 - color contains mainly: green. Hex color #599F6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599F6C is #A66093. Grayscale: #848484. Windows color (decimal): -10903700 or 7118681. OLE color: 7118681.
HSL color Cylindrical-coordinate representation of color #599F6C: hue angle of 136.29º 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 #599F6C is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 159 | 108 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.38 |
| HSL | 136.29º | 0.28% | 0.49% | - |
| HSV(B) | 136.29º | 0.44% | 0.62% | - |
| XYZ | 19.22 | 28 | 18.58 | - |
| YUV | 132.26 | 114.31 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 108 | 0.44 | 0 | 0.32 | 0.38 | 136.29 | 0.28 | 0.49 |
| Hex | 59 | 9F | 6C | 2C | 0 | 20 | 26 | 88 | 1C | 31 |
| Octal | 131 | 237 | 154 | 54 | 0 | 40 | 46 | 210 | 34 | 61 |
| Binary | 1011001 | 10011111 | 1101100 | 101100 | 0 | 100000 | 100110 | 10001000 | 11100 | 110001 |
Color Harmonies of #599F6C
Complementary color
Monochromatic Colors of #599F6C
Black with #599F6C
Text Example
Text Example
White with #599F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599F6C; }
p { color: rgb(89,159,108); }
H1.HeaderClassName
{
color: #599F6C;
}
.AnyTagClassName
{
color: #599F6C;
}
</style>
background-color css
<style>
a { background-color: #599F6C; }
a { background-color: rgb(89,159,108); }
div.DivClassName
{
background-color: #599F6C;
}
.BgClassName
{
background-color: #599F6C;
}
</style>
border-color css
<style>
span { border-color: #599F6C; }
span { border-color: rgb(89,159,108); }
td.TdClassName
{
border-color: #599F6C;
}
.TagClassName
{
border-color: #599F6C;
}
</style>