Shades of Ocean Green #5BA77A
Tints of Ocean Green #5BA77A
RGB
CMYK
RGB Variations
Color information
#5BA77A (or 0x5BA77A) is known color: Ocean Green. HEX triplet: 5B, A7 and 7A. RGB value is (91,167,122). Sum of RGB (Red+Green+Blue) = 91+167+122=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 167 (65.62% from 255 or 43.95% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA77A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA77A is #A45885. Grayscale: #8B8B8B. Windows color (decimal): -10770566 or 8038235. OLE color: 8038235.
HSL color Cylindrical-coordinate representation of color #5BA77A: hue angle of 144.47º 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 #5BA77A is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 167 | 122 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.35 |
| HSL | 144.47º | 0.3% | 0.51% | - |
| HSV(B) | 144.47º | 0.46% | 0.65% | - |
| XYZ | 21.65 | 31.27 | 23.31 | - |
| YUV | 139.15 | 118.32 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 167 | 122 | 0.46 | 0 | 0.27 | 0.35 | 144.47 | 0.3 | 0.51 |
| Hex | 5B | A7 | 7A | 2E | 0 | 1B | 23 | 90 | 1E | 33 |
| Octal | 133 | 247 | 172 | 56 | 0 | 33 | 43 | 220 | 36 | 63 |
| Binary | 1011011 | 10100111 | 1111010 | 101110 | 0 | 11011 | 100011 | 10010000 | 11110 | 110011 |
Color Harmonies of #5BA77A
Complementary color
Monochromatic Colors of #5BA77A
Black with #5BA77A
Text Example
Text Example
White with #5BA77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA77A; }
p { color: rgb(91,167,122); }
H1.HeaderClassName
{
color: #5BA77A;
}
.AnyTagClassName
{
color: #5BA77A;
}
</style>
background-color css
<style>
a { background-color: #5BA77A; }
a { background-color: rgb(91,167,122); }
div.DivClassName
{
background-color: #5BA77A;
}
.BgClassName
{
background-color: #5BA77A;
}
</style>
border-color css
<style>
span { border-color: #5BA77A; }
span { border-color: rgb(91,167,122); }
td.TdClassName
{
border-color: #5BA77A;
}
.TagClassName
{
border-color: #5BA77A;
}
</style>