Shades of Ocean Green #599F74
Tints of Ocean Green #599F74
RGB
CMYK
RGB Variations
Color information
#599F74 (or 0x599F74) is known color: Ocean Green. HEX triplet: 59, 9F and 74. RGB value is (89,159,116). Sum of RGB (Red+Green+Blue) = 89+159+116=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 159 - color contains mainly: green. Hex color #599F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599F74 is #A6608B. Grayscale: #858585. Windows color (decimal): -10903692 or 7642969. OLE color: 7642969.
HSL color Cylindrical-coordinate representation of color #599F74: hue angle of 143.14º 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 #599F74 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 159 | 116 | - |
| CMYK | 0.44 | 0 | 0.27 | 0.38 |
| HSL | 143.14º | 0.28% | 0.49% | - |
| HSV(B) | 143.14º | 0.44% | 0.62% | - |
| XYZ | 19.67 | 28.18 | 20.93 | - |
| YUV | 133.17 | 118.31 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 116 | 0.44 | 0 | 0.27 | 0.38 | 143.14 | 0.28 | 0.49 |
| Hex | 59 | 9F | 74 | 2C | 0 | 1B | 26 | 8F | 1C | 31 |
| Octal | 131 | 237 | 164 | 54 | 0 | 33 | 46 | 217 | 34 | 61 |
| Binary | 1011001 | 10011111 | 1110100 | 101100 | 0 | 11011 | 100110 | 10001111 | 11100 | 110001 |
Color Harmonies of #599F74
Complementary color
Monochromatic Colors of #599F74
Black with #599F74
Text Example
Text Example
White with #599F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599F74; }
p { color: rgb(89,159,116); }
H1.HeaderClassName
{
color: #599F74;
}
.AnyTagClassName
{
color: #599F74;
}
</style>
background-color css
<style>
a { background-color: #599F74; }
a { background-color: rgb(89,159,116); }
div.DivClassName
{
background-color: #599F74;
}
.BgClassName
{
background-color: #599F74;
}
</style>
border-color css
<style>
span { border-color: #599F74; }
span { border-color: rgb(89,159,116); }
td.TdClassName
{
border-color: #599F74;
}
.TagClassName
{
border-color: #599F74;
}
</style>