Shades of Ocean Green #549A77
Tints of Ocean Green #549A77
RGB
CMYK
RGB Variations
Color information
#549A77 (or 0x549A77) is known color: Ocean Green. HEX triplet: 54, 9A and 77. RGB value is (84,154,119). Sum of RGB (Red+Green+Blue) = 84+154+119=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 154 - color contains mainly: green. Hex color #549A77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549A77 is #AB6588. Grayscale: #818181. Windows color (decimal): -11232649 or 7838292. OLE color: 7838292.
HSL color Cylindrical-coordinate representation of color #549A77: hue angle of 150º 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 #549A77 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 154 | 119 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.40 |
| HSL | 150º | 0.29% | 0.47% | - |
| HSV(B) | 150º | 0.45% | 0.6% | - |
| XYZ | 18.54 | 26.33 | 21.56 | - |
| YUV | 129.08 | 122.31 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 154 | 119 | 0.45 | 0 | 0.23 | 0.40 | 150 | 0.29 | 0.47 |
| Hex | 54 | 9A | 77 | 2D | 0 | 17 | 28 | 96 | 1D | 2F |
| Octal | 124 | 232 | 167 | 55 | 0 | 27 | 50 | 226 | 35 | 57 |
| Binary | 1010100 | 10011010 | 1110111 | 101101 | 0 | 10111 | 101000 | 10010110 | 11101 | 101111 |
Color Harmonies of #549A77
Complementary color
Monochromatic Colors of #549A77
Black with #549A77
Text Example
Text Example
White with #549A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549A77; }
p { color: rgb(84,154,119); }
H1.HeaderClassName
{
color: #549A77;
}
.AnyTagClassName
{
color: #549A77;
}
</style>
background-color css
<style>
a { background-color: #549A77; }
a { background-color: rgb(84,154,119); }
div.DivClassName
{
background-color: #549A77;
}
.BgClassName
{
background-color: #549A77;
}
</style>
border-color css
<style>
span { border-color: #549A77; }
span { border-color: rgb(84,154,119); }
td.TdClassName
{
border-color: #549A77;
}
.TagClassName
{
border-color: #549A77;
}
</style>