Shades of Ocean Green #5BB477
Tints of Ocean Green #5BB477
RGB
CMYK
RGB Variations
Color information
#5BB477 (or 0x5BB477) is known color: Ocean Green. HEX triplet: 5B, B4 and 77. RGB value is (91,180,119). Sum of RGB (Red+Green+Blue) = 91+180+119=390 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.33% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #5BB477 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BB477 is #A44B88. Grayscale: #929292. Windows color (decimal): -10767241 or 7844955. OLE color: 7844955.
HSL color Cylindrical-coordinate representation of color #5BB477: hue angle of 138.88º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BB477 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 91 | 180 | 119 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.29 |
| HSL | 138.88º | 0.37% | 0.53% | - |
| HSV(B) | 138.88º | 0.49% | 0.71% | - |
| XYZ | 23.97 | 36.2 | 23.18 | - |
| YUV | 146.44 | 112.51 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 180 | 119 | 0.49 | 0 | 0.34 | 0.29 | 138.88 | 0.37 | 0.53 |
| Hex | 5B | B4 | 77 | 31 | 0 | 22 | 1D | 8B | 25 | 35 |
| Octal | 133 | 264 | 167 | 61 | 0 | 42 | 35 | 213 | 45 | 65 |
| Binary | 1011011 | 10110100 | 1110111 | 110001 | 0 | 100010 | 11101 | 10001011 | 100101 | 110101 |
Color Harmonies of #5BB477
Complementary color
Monochromatic Colors of #5BB477
Black with #5BB477
Text Example
Text Example
White with #5BB477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB477; }
p { color: rgb(91,180,119); }
H1.HeaderClassName
{
color: #5BB477;
}
.AnyTagClassName
{
color: #5BB477;
}
</style>
background-color css
<style>
a { background-color: #5BB477; }
a { background-color: rgb(91,180,119); }
div.DivClassName
{
background-color: #5BB477;
}
.BgClassName
{
background-color: #5BB477;
}
</style>
border-color css
<style>
span { border-color: #5BB477; }
span { border-color: rgb(91,180,119); }
td.TdClassName
{
border-color: #5BB477;
}
.TagClassName
{
border-color: #5BB477;
}
</style>