Shades of Ocean Green #509B71
Tints of Ocean Green #509B71
RGB
CMYK
RGB Variations
Color information
#509B71 (or 0x509B71) is known color: Ocean Green. HEX triplet: 50, 9B and 71. RGB value is (80,155,113). Sum of RGB (Red+Green+Blue) = 80+155+113=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 155 - color contains mainly: green. Hex color #509B71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B71 is #AF648E. Grayscale: #7F7F7F. Windows color (decimal): -11494543 or 7445328. OLE color: 7445328.
HSL color Cylindrical-coordinate representation of color #509B71: hue angle of 146.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509B71 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 155 | 113 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.39 |
| HSL | 146.4º | 0.32% | 0.46% | - |
| HSV(B) | 146.4º | 0.48% | 0.61% | - |
| XYZ | 18.01 | 26.34 | 19.76 | - |
| YUV | 127.79 | 119.65 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 113 | 0.48 | 0 | 0.27 | 0.39 | 146.4 | 0.32 | 0.46 |
| Hex | 50 | 9B | 71 | 30 | 0 | 1B | 27 | 92 | 20 | 2E |
| Octal | 120 | 233 | 161 | 60 | 0 | 33 | 47 | 222 | 40 | 56 |
| Binary | 1010000 | 10011011 | 1110001 | 110000 | 0 | 11011 | 100111 | 10010010 | 100000 | 101110 |
Color Harmonies of #509B71
Complementary color
Monochromatic Colors of #509B71
Black with #509B71
Text Example
Text Example
White with #509B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509B71; }
p { color: rgb(80,155,113); }
H1.HeaderClassName
{
color: #509B71;
}
.AnyTagClassName
{
color: #509B71;
}
</style>
background-color css
<style>
a { background-color: #509B71; }
a { background-color: rgb(80,155,113); }
div.DivClassName
{
background-color: #509B71;
}
.BgClassName
{
background-color: #509B71;
}
</style>
border-color css
<style>
span { border-color: #509B71; }
span { border-color: rgb(80,155,113); }
td.TdClassName
{
border-color: #509B71;
}
.TagClassName
{
border-color: #509B71;
}
</style>