Shades of Ocean Green #509D71
Tints of Ocean Green #509D71
RGB
CMYK
RGB Variations
Color information
#509D71 (or 0x509D71) is known color: Ocean Green. HEX triplet: 50, 9D and 71. RGB value is (80,157,113). Sum of RGB (Red+Green+Blue) = 80+157+113=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 157 - color contains mainly: green. Hex color #509D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509D71 is #AF628E. Grayscale: #818181. Windows color (decimal): -11494031 or 7445840. OLE color: 7445840.
HSL color Cylindrical-coordinate representation of color #509D71: hue angle of 145.71º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509D71 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 157 | 113 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.38 |
| HSL | 145.71º | 0.32% | 0.46% | - |
| HSV(B) | 145.71º | 0.49% | 0.62% | - |
| XYZ | 18.35 | 27.01 | 19.87 | - |
| YUV | 128.96 | 118.99 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 113 | 0.49 | 0 | 0.28 | 0.38 | 145.71 | 0.32 | 0.46 |
| Hex | 50 | 9D | 71 | 31 | 0 | 1C | 26 | 92 | 20 | 2E |
| Octal | 120 | 235 | 161 | 61 | 0 | 34 | 46 | 222 | 40 | 56 |
| Binary | 1010000 | 10011101 | 1110001 | 110001 | 0 | 11100 | 100110 | 10010010 | 100000 | 101110 |
Color Harmonies of #509D71
Complementary color
Monochromatic Colors of #509D71
Black with #509D71
Text Example
Text Example
White with #509D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509D71; }
p { color: rgb(80,157,113); }
H1.HeaderClassName
{
color: #509D71;
}
.AnyTagClassName
{
color: #509D71;
}
</style>
background-color css
<style>
a { background-color: #509D71; }
a { background-color: rgb(80,157,113); }
div.DivClassName
{
background-color: #509D71;
}
.BgClassName
{
background-color: #509D71;
}
</style>
border-color css
<style>
span { border-color: #509D71; }
span { border-color: rgb(80,157,113); }
td.TdClassName
{
border-color: #509D71;
}
.TagClassName
{
border-color: #509D71;
}
</style>