Shades of Ocean Green #5BA76E
Tints of Ocean Green #5BA76E
RGB
CMYK
RGB Variations
Color information
#5BA76E (or 0x5BA76E) is known color: Ocean Green. HEX triplet: 5B, A7 and 6E. RGB value is (91,167,110). Sum of RGB (Red+Green+Blue) = 91+167+110=368 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.73% from 368); Green value is 167 (65.62% from 255 or 45.38% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA76E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA76E is #A45891. Grayscale: #898989. Windows color (decimal): -10770578 or 7251803. OLE color: 7251803.
HSL color Cylindrical-coordinate representation of color #5BA76E: hue angle of 135º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA76E is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 167 | 110 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.35 |
| HSL | 135º | 0.3% | 0.51% | - |
| HSV(B) | 135º | 0.46% | 0.65% | - |
| XYZ | 20.95 | 30.99 | 19.63 | - |
| YUV | 137.78 | 112.32 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 167 | 110 | 0.46 | 0 | 0.34 | 0.35 | 135 | 0.3 | 0.51 |
| Hex | 5B | A7 | 6E | 2E | 0 | 22 | 23 | 87 | 1E | 33 |
| Octal | 133 | 247 | 156 | 56 | 0 | 42 | 43 | 207 | 36 | 63 |
| Binary | 1011011 | 10100111 | 1101110 | 101110 | 0 | 100010 | 100011 | 10000111 | 11110 | 110011 |
Color Harmonies of #5BA76E
Complementary color
Monochromatic Colors of #5BA76E
Black with #5BA76E
Text Example
Text Example
White with #5BA76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA76E; }
p { color: rgb(91,167,110); }
H1.HeaderClassName
{
color: #5BA76E;
}
.AnyTagClassName
{
color: #5BA76E;
}
</style>
background-color css
<style>
a { background-color: #5BA76E; }
a { background-color: rgb(91,167,110); }
div.DivClassName
{
background-color: #5BA76E;
}
.BgClassName
{
background-color: #5BA76E;
}
</style>
border-color css
<style>
span { border-color: #5BA76E; }
span { border-color: rgb(91,167,110); }
td.TdClassName
{
border-color: #5BA76E;
}
.TagClassName
{
border-color: #5BA76E;
}
</style>