Shades of Ocean Green #599676
Tints of Ocean Green #599676
RGB
CMYK
RGB Variations
Color information
#599676 (or 0x599676) is known color: Ocean Green. HEX triplet: 59, 96 and 76. RGB value is (89,150,118). Sum of RGB (Red+Green+Blue) = 89+150+118=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 150 - color contains mainly: green. Hex color #599676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599676 is #A66989. Grayscale: #808080. Windows color (decimal): -10905994 or 7771737. OLE color: 7771737.
HSL color Cylindrical-coordinate representation of color #599676: hue angle of 148.52º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599676 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 150 | 118 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.41 |
| HSL | 148.52º | 0.26% | 0.47% | - |
| HSV(B) | 148.52º | 0.41% | 0.59% | - |
| XYZ | 18.3 | 25.24 | 21.05 | - |
| YUV | 128.11 | 122.29 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 150 | 118 | 0.41 | 0 | 0.21 | 0.41 | 148.52 | 0.26 | 0.47 |
| Hex | 59 | 96 | 76 | 29 | 0 | 15 | 29 | 95 | 1A | 2F |
| Octal | 131 | 226 | 166 | 51 | 0 | 25 | 51 | 225 | 32 | 57 |
| Binary | 1011001 | 10010110 | 1110110 | 101001 | 0 | 10101 | 101001 | 10010101 | 11010 | 101111 |
Color Harmonies of #599676
Complementary color
Monochromatic Colors of #599676
Black with #599676
Text Example
Text Example
White with #599676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599676; }
p { color: rgb(89,150,118); }
H1.HeaderClassName
{
color: #599676;
}
.AnyTagClassName
{
color: #599676;
}
</style>
background-color css
<style>
a { background-color: #599676; }
a { background-color: rgb(89,150,118); }
div.DivClassName
{
background-color: #599676;
}
.BgClassName
{
background-color: #599676;
}
</style>
border-color css
<style>
span { border-color: #599676; }
span { border-color: rgb(89,150,118); }
td.TdClassName
{
border-color: #599676;
}
.TagClassName
{
border-color: #599676;
}
</style>