Shades of Ocean Green #509775
Tints of Ocean Green #509775
RGB
CMYK
RGB Variations
Color information
#509775 (or 0x509775) is known color: Ocean Green. HEX triplet: 50, 97 and 75. RGB value is (80,151,117). Sum of RGB (Red+Green+Blue) = 80+151+117=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 151 - color contains mainly: green. Hex color #509775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509775 is #AF688A. Grayscale: #7D7D7D. Windows color (decimal): -11495563 or 7706448. OLE color: 7706448.
HSL color Cylindrical-coordinate representation of color #509775: hue angle of 151.27º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509775 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 151 | 117 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.41 |
| HSL | 151.27º | 0.31% | 0.45% | - |
| HSV(B) | 151.27º | 0.47% | 0.59% | - |
| XYZ | 17.59 | 25.12 | 20.75 | - |
| YUV | 125.9 | 122.98 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 151 | 117 | 0.47 | 0 | 0.23 | 0.41 | 151.27 | 0.31 | 0.45 |
| Hex | 50 | 97 | 75 | 2F | 0 | 17 | 29 | 97 | 1F | 2D |
| Octal | 120 | 227 | 165 | 57 | 0 | 27 | 51 | 227 | 37 | 55 |
| Binary | 1010000 | 10010111 | 1110101 | 101111 | 0 | 10111 | 101001 | 10010111 | 11111 | 101101 |
Color Harmonies of #509775
Complementary color
Monochromatic Colors of #509775
Black with #509775
Text Example
Text Example
White with #509775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509775; }
p { color: rgb(80,151,117); }
H1.HeaderClassName
{
color: #509775;
}
.AnyTagClassName
{
color: #509775;
}
</style>
background-color css
<style>
a { background-color: #509775; }
a { background-color: rgb(80,151,117); }
div.DivClassName
{
background-color: #509775;
}
.BgClassName
{
background-color: #509775;
}
</style>
border-color css
<style>
span { border-color: #509775; }
span { border-color: rgb(80,151,117); }
td.TdClassName
{
border-color: #509775;
}
.TagClassName
{
border-color: #509775;
}
</style>