Shades of Ocean Green #55B077
Tints of Ocean Green #55B077
RGB
CMYK
RGB Variations
Color information
#55B077 (or 0x55B077) is known color: Ocean Green. HEX triplet: 55, B0 and 77. RGB value is (85,176,119). Sum of RGB (Red+Green+Blue) = 85+176+119=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 176 (69.14% from 255 or 46.32% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 176 - color contains mainly: green. Hex color #55B077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B077 is #AA4F88. Grayscale: #8E8E8E. Windows color (decimal): -11161481 or 7843925. OLE color: 7843925.
HSL color Cylindrical-coordinate representation of color #55B077: hue angle of 142.42º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B077 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 176 | 119 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.31 |
| HSL | 142.42º | 0.37% | 0.51% | - |
| HSV(B) | 142.42º | 0.52% | 0.69% | - |
| XYZ | 22.6 | 34.31 | 22.88 | - |
| YUV | 142.29 | 114.85 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 176 | 119 | 0.52 | 0 | 0.32 | 0.31 | 142.42 | 0.37 | 0.51 |
| Hex | 55 | B0 | 77 | 34 | 0 | 20 | 1F | 8E | 25 | 33 |
| Octal | 125 | 260 | 167 | 64 | 0 | 40 | 37 | 216 | 45 | 63 |
| Binary | 1010101 | 10110000 | 1110111 | 110100 | 0 | 100000 | 11111 | 10001110 | 100101 | 110011 |
Color Harmonies of #55B077
Complementary color
Monochromatic Colors of #55B077
Black with #55B077
Text Example
Text Example
White with #55B077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B077; }
p { color: rgb(85,176,119); }
H1.HeaderClassName
{
color: #55B077;
}
.AnyTagClassName
{
color: #55B077;
}
</style>
background-color css
<style>
a { background-color: #55B077; }
a { background-color: rgb(85,176,119); }
div.DivClassName
{
background-color: #55B077;
}
.BgClassName
{
background-color: #55B077;
}
</style>
border-color css
<style>
span { border-color: #55B077; }
span { border-color: rgb(85,176,119); }
td.TdClassName
{
border-color: #55B077;
}
.TagClassName
{
border-color: #55B077;
}
</style>