Shades of Ocean Green #5B9E79
Tints of Ocean Green #5B9E79
RGB
CMYK
RGB Variations
Color information
#5B9E79 (or 0x5B9E79) is known color: Ocean Green. HEX triplet: 5B, 9E and 79. RGB value is (91,158,121). Sum of RGB (Red+Green+Blue) = 91+158+121=370 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.59% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 158 - color contains mainly: green. Hex color #5B9E79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9E79 is #A46186. Grayscale: #858585. Windows color (decimal): -10772871 or 7970395. OLE color: 7970395.
HSL color Cylindrical-coordinate representation of color #5B9E79: hue angle of 146.87º 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 #5B9E79 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 158 | 121 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.38 |
| HSL | 146.87º | 0.27% | 0.49% | - |
| HSV(B) | 146.87º | 0.42% | 0.62% | - |
| XYZ | 19.99 | 28.06 | 22.45 | - |
| YUV | 133.75 | 120.8 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 158 | 121 | 0.42 | 0 | 0.23 | 0.38 | 146.87 | 0.27 | 0.49 |
| Hex | 5B | 9E | 79 | 2A | 0 | 17 | 26 | 93 | 1B | 31 |
| Octal | 133 | 236 | 171 | 52 | 0 | 27 | 46 | 223 | 33 | 61 |
| Binary | 1011011 | 10011110 | 1111001 | 101010 | 0 | 10111 | 100110 | 10010011 | 11011 | 110001 |
Color Harmonies of #5B9E79
Complementary color
Monochromatic Colors of #5B9E79
Black with #5B9E79
Text Example
Text Example
White with #5B9E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9E79; }
p { color: rgb(91,158,121); }
H1.HeaderClassName
{
color: #5B9E79;
}
.AnyTagClassName
{
color: #5B9E79;
}
</style>
background-color css
<style>
a { background-color: #5B9E79; }
a { background-color: rgb(91,158,121); }
div.DivClassName
{
background-color: #5B9E79;
}
.BgClassName
{
background-color: #5B9E79;
}
</style>
border-color css
<style>
span { border-color: #5B9E79; }
span { border-color: rgb(91,158,121); }
td.TdClassName
{
border-color: #5B9E79;
}
.TagClassName
{
border-color: #5B9E79;
}
</style>