Shades of Ocean Green #559F77
Tints of Ocean Green #559F77
RGB
CMYK
RGB Variations
Color information
#559F77 (or 0x559F77) is known color: Ocean Green. HEX triplet: 55, 9F and 77. RGB value is (85,159,119). Sum of RGB (Red+Green+Blue) = 85+159+119=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 159 - color contains mainly: green. Hex color #559F77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559F77 is #AA6088. Grayscale: #848484. Windows color (decimal): -11165833 or 7839573. OLE color: 7839573.
HSL color Cylindrical-coordinate representation of color #559F77: hue angle of 147.57º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #559F77 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 159 | 119 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.38 |
| HSL | 147.57º | 0.3% | 0.48% | - |
| HSV(B) | 147.57º | 0.47% | 0.62% | - |
| XYZ | 19.47 | 28.06 | 21.84 | - |
| YUV | 132.31 | 120.48 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 159 | 119 | 0.47 | 0 | 0.25 | 0.38 | 147.57 | 0.3 | 0.48 |
| Hex | 55 | 9F | 77 | 2F | 0 | 19 | 26 | 94 | 1E | 30 |
| Octal | 125 | 237 | 167 | 57 | 0 | 31 | 46 | 224 | 36 | 60 |
| Binary | 1010101 | 10011111 | 1110111 | 101111 | 0 | 11001 | 100110 | 10010100 | 11110 | 110000 |
Color Harmonies of #559F77
Complementary color
Monochromatic Colors of #559F77
Black with #559F77
Text Example
Text Example
White with #559F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559F77; }
p { color: rgb(85,159,119); }
H1.HeaderClassName
{
color: #559F77;
}
.AnyTagClassName
{
color: #559F77;
}
</style>
background-color css
<style>
a { background-color: #559F77; }
a { background-color: rgb(85,159,119); }
div.DivClassName
{
background-color: #559F77;
}
.BgClassName
{
background-color: #559F77;
}
</style>
border-color css
<style>
span { border-color: #559F77; }
span { border-color: rgb(85,159,119); }
td.TdClassName
{
border-color: #559F77;
}
.TagClassName
{
border-color: #559F77;
}
</style>