Shades of Ocean Green #589977
Tints of Ocean Green #589977
RGB
CMYK
RGB Variations
Color information
#589977 (or 0x589977) is known color: Ocean Green. HEX triplet: 58, 99 and 77. RGB value is (88,153,119). Sum of RGB (Red+Green+Blue) = 88+153+119=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 153 - color contains mainly: green. Hex color #589977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589977 is #A76688. Grayscale: #818181. Windows color (decimal): -10970761 or 7838040. OLE color: 7838040.
HSL color Cylindrical-coordinate representation of color #589977: hue angle of 148.62º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #589977 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 88 | 153 | 119 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.4 |
| HSL | 148.62º | 0.27% | 0.47% | - |
| HSV(B) | 148.62º | 0.42% | 0.6% | - |
| XYZ | 18.75 | 26.19 | 21.52 | - |
| YUV | 129.69 | 121.97 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 153 | 119 | 0.42 | 0 | 0.22 | 0.4 | 148.62 | 0.27 | 0.47 |
| Hex | 58 | 99 | 77 | 2A | 0 | 16 | 28 | 95 | 1B | 2F |
| Octal | 130 | 231 | 167 | 52 | 0 | 26 | 50 | 225 | 33 | 57 |
| Binary | 1011000 | 10011001 | 1110111 | 101010 | 0 | 10110 | 101000 | 10010101 | 11011 | 101111 |
Color Harmonies of #589977
Complementary color
Monochromatic Colors of #589977
Black with #589977
Text Example
Text Example
White with #589977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589977; }
p { color: rgb(88,153,119); }
H1.HeaderClassName
{
color: #589977;
}
.AnyTagClassName
{
color: #589977;
}
</style>
background-color css
<style>
a { background-color: #589977; }
a { background-color: rgb(88,153,119); }
div.DivClassName
{
background-color: #589977;
}
.BgClassName
{
background-color: #589977;
}
</style>
border-color css
<style>
span { border-color: #589977; }
span { border-color: rgb(88,153,119); }
td.TdClassName
{
border-color: #589977;
}
.TagClassName
{
border-color: #589977;
}
</style>