Shades of Ocean Green #509C77
Tints of Ocean Green #509C77
RGB
CMYK
RGB Variations
Color information
#509C77 (or 0x509C77) is known color: Ocean Green. HEX triplet: 50, 9C and 77. RGB value is (80,156,119). Sum of RGB (Red+Green+Blue) = 80+156+119=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 156 - color contains mainly: green. Hex color #509C77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509C77 is #AF6388. Grayscale: #818181. Windows color (decimal): -11494281 or 7838800. OLE color: 7838800.
HSL color Cylindrical-coordinate representation of color #509C77: hue angle of 150.79º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509C77 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 156 | 119 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.39 |
| HSL | 150.79º | 0.32% | 0.46% | - |
| HSV(B) | 150.79º | 0.49% | 0.61% | - |
| XYZ | 18.53 | 26.81 | 21.65 | - |
| YUV | 129.06 | 122.32 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 119 | 0.49 | 0 | 0.24 | 0.39 | 150.79 | 0.32 | 0.46 |
| Hex | 50 | 9C | 77 | 31 | 0 | 18 | 27 | 97 | 20 | 2E |
| Octal | 120 | 234 | 167 | 61 | 0 | 30 | 47 | 227 | 40 | 56 |
| Binary | 1010000 | 10011100 | 1110111 | 110001 | 0 | 11000 | 100111 | 10010111 | 100000 | 101110 |
Color Harmonies of #509C77
Complementary color
Monochromatic Colors of #509C77
Black with #509C77
Text Example
Text Example
White with #509C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509C77; }
p { color: rgb(80,156,119); }
H1.HeaderClassName
{
color: #509C77;
}
.AnyTagClassName
{
color: #509C77;
}
</style>
background-color css
<style>
a { background-color: #509C77; }
a { background-color: rgb(80,156,119); }
div.DivClassName
{
background-color: #509C77;
}
.BgClassName
{
background-color: #509C77;
}
</style>
border-color css
<style>
span { border-color: #509C77; }
span { border-color: rgb(80,156,119); }
td.TdClassName
{
border-color: #509C77;
}
.TagClassName
{
border-color: #509C77;
}
</style>