Shades of Ocean Green #599F6B
Tints of Ocean Green #599F6B
RGB
CMYK
RGB Variations
Color information
#599F6B (or 0x599F6B) is known color: Ocean Green. HEX triplet: 59, 9F and 6B. RGB value is (89,159,107). Sum of RGB (Red+Green+Blue) = 89+159+107=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 159 (62.5% from 255 or 44.79% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 159 - color contains mainly: green. Hex color #599F6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599F6B is #A66094. Grayscale: #848484. Windows color (decimal): -10903701 or 7053145. OLE color: 7053145.
HSL color Cylindrical-coordinate representation of color #599F6B: hue angle of 135.43º 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 #599F6B is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 159 | 107 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.38 |
| HSL | 135.43º | 0.28% | 0.49% | - |
| HSV(B) | 135.43º | 0.44% | 0.62% | - |
| XYZ | 19.17 | 27.98 | 18.3 | - |
| YUV | 132.14 | 113.81 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 107 | 0.44 | 0 | 0.33 | 0.38 | 135.43 | 0.28 | 0.49 |
| Hex | 59 | 9F | 6B | 2C | 0 | 21 | 26 | 87 | 1C | 31 |
| Octal | 131 | 237 | 153 | 54 | 0 | 41 | 46 | 207 | 34 | 61 |
| Binary | 1011001 | 10011111 | 1101011 | 101100 | 0 | 100001 | 100110 | 10000111 | 11100 | 110001 |
Color Harmonies of #599F6B
Complementary color
Monochromatic Colors of #599F6B
Black with #599F6B
Text Example
Text Example
White with #599F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599F6B; }
p { color: rgb(89,159,107); }
H1.HeaderClassName
{
color: #599F6B;
}
.AnyTagClassName
{
color: #599F6B;
}
</style>
background-color css
<style>
a { background-color: #599F6B; }
a { background-color: rgb(89,159,107); }
div.DivClassName
{
background-color: #599F6B;
}
.BgClassName
{
background-color: #599F6B;
}
</style>
border-color css
<style>
span { border-color: #599F6B; }
span { border-color: rgb(89,159,107); }
td.TdClassName
{
border-color: #599F6B;
}
.TagClassName
{
border-color: #599F6B;
}
</style>