Shades of Ocean Green #589B6D
Tints of Ocean Green #589B6D
RGB
CMYK
RGB Variations
Color information
#589B6D (or 0x589B6D) is known color: Ocean Green. HEX triplet: 58, 9B and 6D. RGB value is (88,155,109). Sum of RGB (Red+Green+Blue) = 88+155+109=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 155 - color contains mainly: green. Hex color #589B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589B6D is #A76492. Grayscale: #818181. Windows color (decimal): -10970259 or 7183192. OLE color: 7183192.
HSL color Cylindrical-coordinate representation of color #589B6D: hue angle of 138.81º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #589B6D is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 155 | 109 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.39 |
| HSL | 138.81º | 0.28% | 0.48% | - |
| HSV(B) | 138.81º | 0.43% | 0.61% | - |
| XYZ | 18.51 | 26.62 | 18.63 | - |
| YUV | 129.72 | 116.3 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 155 | 109 | 0.43 | 0 | 0.30 | 0.39 | 138.81 | 0.28 | 0.48 |
| Hex | 58 | 9B | 6D | 2B | 0 | 1E | 27 | 8B | 1C | 30 |
| Octal | 130 | 233 | 155 | 53 | 0 | 36 | 47 | 213 | 34 | 60 |
| Binary | 1011000 | 10011011 | 1101101 | 101011 | 0 | 11110 | 100111 | 10001011 | 11100 | 110000 |
Color Harmonies of #589B6D
Complementary color
Monochromatic Colors of #589B6D
Black with #589B6D
Text Example
Text Example
White with #589B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589B6D; }
p { color: rgb(88,155,109); }
H1.HeaderClassName
{
color: #589B6D;
}
.AnyTagClassName
{
color: #589B6D;
}
</style>
background-color css
<style>
a { background-color: #589B6D; }
a { background-color: rgb(88,155,109); }
div.DivClassName
{
background-color: #589B6D;
}
.BgClassName
{
background-color: #589B6D;
}
</style>
border-color css
<style>
span { border-color: #589B6D; }
span { border-color: rgb(88,155,109); }
td.TdClassName
{
border-color: #589B6D;
}
.TagClassName
{
border-color: #589B6D;
}
</style>