Shades of Ocean Green #509A77
Tints of Ocean Green #509A77
RGB
CMYK
RGB Variations
Color information
#509A77 (or 0x509A77) is known color: Ocean Green. HEX triplet: 50, 9A and 77. RGB value is (80,154,119). Sum of RGB (Red+Green+Blue) = 80+154+119=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 154 - color contains mainly: green. Hex color #509A77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509A77 is #AF6588. Grayscale: #7F7F7F. Windows color (decimal): -11494793 or 7838288. OLE color: 7838288.
HSL color Cylindrical-coordinate representation of color #509A77: hue angle of 151.62º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509A77 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 154 | 119 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.40 |
| HSL | 151.62º | 0.32% | 0.46% | - |
| HSV(B) | 151.62º | 0.48% | 0.6% | - |
| XYZ | 18.19 | 26.15 | 21.54 | - |
| YUV | 127.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 154 | 119 | 0.48 | 0 | 0.23 | 0.40 | 151.62 | 0.32 | 0.46 |
| Hex | 50 | 9A | 77 | 30 | 0 | 17 | 28 | 98 | 20 | 2E |
| Octal | 120 | 232 | 167 | 60 | 0 | 27 | 50 | 230 | 40 | 56 |
| Binary | 1010000 | 10011010 | 1110111 | 110000 | 0 | 10111 | 101000 | 10011000 | 100000 | 101110 |
Color Harmonies of #509A77
Complementary color
Monochromatic Colors of #509A77
Black with #509A77
Text Example
Text Example
White with #509A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509A77; }
p { color: rgb(80,154,119); }
H1.HeaderClassName
{
color: #509A77;
}
.AnyTagClassName
{
color: #509A77;
}
</style>
background-color css
<style>
a { background-color: #509A77; }
a { background-color: rgb(80,154,119); }
div.DivClassName
{
background-color: #509A77;
}
.BgClassName
{
background-color: #509A77;
}
</style>
border-color css
<style>
span { border-color: #509A77; }
span { border-color: rgb(80,154,119); }
td.TdClassName
{
border-color: #509A77;
}
.TagClassName
{
border-color: #509A77;
}
</style>