Shades of Ocean Green #5B9D76
Tints of Ocean Green #5B9D76
RGB
CMYK
RGB Variations
Color information
#5B9D76 (or 0x5B9D76) is known color: Ocean Green. HEX triplet: 5B, 9D and 76. RGB value is (91,157,118). Sum of RGB (Red+Green+Blue) = 91+157+118=366 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.86% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 157 - color contains mainly: green. Hex color #5B9D76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9D76 is #A46289. Grayscale: #848484. Windows color (decimal): -10773130 or 7773531. OLE color: 7773531.
HSL color Cylindrical-coordinate representation of color #5B9D76: hue angle of 144.55º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B9D76 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 157 | 118 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.38 |
| HSL | 144.55º | 0.27% | 0.49% | - |
| HSV(B) | 144.55º | 0.42% | 0.62% | - |
| XYZ | 19.64 | 27.65 | 21.44 | - |
| YUV | 132.82 | 119.63 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 157 | 118 | 0.42 | 0 | 0.25 | 0.38 | 144.55 | 0.27 | 0.49 |
| Hex | 5B | 9D | 76 | 2A | 0 | 19 | 26 | 91 | 1B | 31 |
| Octal | 133 | 235 | 166 | 52 | 0 | 31 | 46 | 221 | 33 | 61 |
| Binary | 1011011 | 10011101 | 1110110 | 101010 | 0 | 11001 | 100110 | 10010001 | 11011 | 110001 |
Color Harmonies of #5B9D76
Complementary color
Monochromatic Colors of #5B9D76
Black with #5B9D76
Text Example
Text Example
White with #5B9D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9D76; }
p { color: rgb(91,157,118); }
H1.HeaderClassName
{
color: #5B9D76;
}
.AnyTagClassName
{
color: #5B9D76;
}
</style>
background-color css
<style>
a { background-color: #5B9D76; }
a { background-color: rgb(91,157,118); }
div.DivClassName
{
background-color: #5B9D76;
}
.BgClassName
{
background-color: #5B9D76;
}
</style>
border-color css
<style>
span { border-color: #5B9D76; }
span { border-color: rgb(91,157,118); }
td.TdClassName
{
border-color: #5B9D76;
}
.TagClassName
{
border-color: #5B9D76;
}
</style>