Shades of Ocean Green #559A77
Tints of Ocean Green #559A77
RGB
CMYK
RGB Variations
Color information
#559A77 (or 0x559A77) is known color: Ocean Green. HEX triplet: 55, 9A and 77. RGB value is (85,154,119). Sum of RGB (Red+Green+Blue) = 85+154+119=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 154 - color contains mainly: green. Hex color #559A77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559A77 is #AA6588. Grayscale: #818181. Windows color (decimal): -11167113 or 7838293. OLE color: 7838293.
HSL color Cylindrical-coordinate representation of color #559A77: hue angle of 149.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #559A77 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 154 | 119 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.40 |
| HSL | 149.57º | 0.29% | 0.47% | - |
| HSV(B) | 149.57º | 0.45% | 0.6% | - |
| XYZ | 18.63 | 26.37 | 21.56 | - |
| YUV | 129.38 | 122.14 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 154 | 119 | 0.45 | 0 | 0.23 | 0.40 | 149.57 | 0.29 | 0.47 |
| Hex | 55 | 9A | 77 | 2D | 0 | 17 | 28 | 96 | 1D | 2F |
| Octal | 125 | 232 | 167 | 55 | 0 | 27 | 50 | 226 | 35 | 57 |
| Binary | 1010101 | 10011010 | 1110111 | 101101 | 0 | 10111 | 101000 | 10010110 | 11101 | 101111 |
Color Harmonies of #559A77
Complementary color
Monochromatic Colors of #559A77
Black with #559A77
Text Example
Text Example
White with #559A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559A77; }
p { color: rgb(85,154,119); }
H1.HeaderClassName
{
color: #559A77;
}
.AnyTagClassName
{
color: #559A77;
}
</style>
background-color css
<style>
a { background-color: #559A77; }
a { background-color: rgb(85,154,119); }
div.DivClassName
{
background-color: #559A77;
}
.BgClassName
{
background-color: #559A77;
}
</style>
border-color css
<style>
span { border-color: #559A77; }
span { border-color: rgb(85,154,119); }
td.TdClassName
{
border-color: #559A77;
}
.TagClassName
{
border-color: #559A77;
}
</style>