Shades of Ocean Green #599F76
Tints of Ocean Green #599F76
RGB
CMYK
RGB Variations
Color information
#599F76 (or 0x599F76) is known color: Ocean Green. HEX triplet: 59, 9F and 76. RGB value is (89,159,118). Sum of RGB (Red+Green+Blue) = 89+159+118=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 159 - color contains mainly: green. Hex color #599F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599F76 is #A66089. Grayscale: #858585. Windows color (decimal): -10903690 or 7774041. OLE color: 7774041.
HSL color Cylindrical-coordinate representation of color #599F76: hue angle of 144.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 #599F76 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 159 | 118 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.38 |
| HSL | 144.86º | 0.28% | 0.49% | - |
| HSV(B) | 144.86º | 0.44% | 0.62% | - |
| XYZ | 19.79 | 28.23 | 21.55 | - |
| YUV | 133.4 | 119.31 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 118 | 0.44 | 0 | 0.26 | 0.38 | 144.86 | 0.28 | 0.49 |
| Hex | 59 | 9F | 76 | 2C | 0 | 1A | 26 | 91 | 1C | 31 |
| Octal | 131 | 237 | 166 | 54 | 0 | 32 | 46 | 221 | 34 | 61 |
| Binary | 1011001 | 10011111 | 1110110 | 101100 | 0 | 11010 | 100110 | 10010001 | 11100 | 110001 |
Color Harmonies of #599F76
Complementary color
Monochromatic Colors of #599F76
Black with #599F76
Text Example
Text Example
White with #599F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599F76; }
p { color: rgb(89,159,118); }
H1.HeaderClassName
{
color: #599F76;
}
.AnyTagClassName
{
color: #599F76;
}
</style>
background-color css
<style>
a { background-color: #599F76; }
a { background-color: rgb(89,159,118); }
div.DivClassName
{
background-color: #599F76;
}
.BgClassName
{
background-color: #599F76;
}
</style>
border-color css
<style>
span { border-color: #599F76; }
span { border-color: rgb(89,159,118); }
td.TdClassName
{
border-color: #599F76;
}
.TagClassName
{
border-color: #599F76;
}
</style>