Shades of Ocean Green #549977
Tints of Ocean Green #549977
RGB
CMYK
RGB Variations
Color information
#549977 (or 0x549977) is known color: Ocean Green. HEX triplet: 54, 99 and 77. RGB value is (84,153,119). Sum of RGB (Red+Green+Blue) = 84+153+119=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #549977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549977 is #AB6688. Grayscale: #808080. Windows color (decimal): -11232905 or 7838036. OLE color: 7838036.
HSL color Cylindrical-coordinate representation of color #549977: hue angle of 150.43º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549977 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 153 | 119 | - |
| CMYK | 0.45 | 0 | 0.22 | 0.4 |
| HSL | 150.43º | 0.29% | 0.46% | - |
| HSV(B) | 150.43º | 0.45% | 0.6% | - |
| XYZ | 18.38 | 26 | 21.5 | - |
| YUV | 128.49 | 122.64 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 153 | 119 | 0.45 | 0 | 0.22 | 0.4 | 150.43 | 0.29 | 0.46 |
| Hex | 54 | 99 | 77 | 2D | 0 | 16 | 28 | 96 | 1D | 2E |
| Octal | 124 | 231 | 167 | 55 | 0 | 26 | 50 | 226 | 35 | 56 |
| Binary | 1010100 | 10011001 | 1110111 | 101101 | 0 | 10110 | 101000 | 10010110 | 11101 | 101110 |
Color Harmonies of #549977
Complementary color
Monochromatic Colors of #549977
Black with #549977
Text Example
Text Example
White with #549977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549977; }
p { color: rgb(84,153,119); }
H1.HeaderClassName
{
color: #549977;
}
.AnyTagClassName
{
color: #549977;
}
</style>
background-color css
<style>
a { background-color: #549977; }
a { background-color: rgb(84,153,119); }
div.DivClassName
{
background-color: #549977;
}
.BgClassName
{
background-color: #549977;
}
</style>
border-color css
<style>
span { border-color: #549977; }
span { border-color: rgb(84,153,119); }
td.TdClassName
{
border-color: #549977;
}
.TagClassName
{
border-color: #549977;
}
</style>