Shades of Ocean Green #509B75
Tints of Ocean Green #509B75
RGB
CMYK
RGB Variations
Color information
#509B75 (or 0x509B75) is known color: Ocean Green. HEX triplet: 50, 9B and 75. RGB value is (80,155,117). Sum of RGB (Red+Green+Blue) = 80+155+117=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 155 - color contains mainly: green. Hex color #509B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B75 is #AF648A. Grayscale: #808080. Windows color (decimal): -11494539 or 7707472. OLE color: 7707472.
HSL color Cylindrical-coordinate representation of color #509B75: hue angle of 149.6º 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 #509B75 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 155 | 117 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.39 |
| HSL | 149.6º | 0.32% | 0.46% | - |
| HSV(B) | 149.6º | 0.48% | 0.61% | - |
| XYZ | 18.24 | 26.43 | 20.97 | - |
| YUV | 128.24 | 121.65 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 117 | 0.48 | 0 | 0.25 | 0.39 | 149.6 | 0.32 | 0.46 |
| Hex | 50 | 9B | 75 | 30 | 0 | 19 | 27 | 96 | 20 | 2E |
| Octal | 120 | 233 | 165 | 60 | 0 | 31 | 47 | 226 | 40 | 56 |
| Binary | 1010000 | 10011011 | 1110101 | 110000 | 0 | 11001 | 100111 | 10010110 | 100000 | 101110 |
Color Harmonies of #509B75
Complementary color
Monochromatic Colors of #509B75
Black with #509B75
Text Example
Text Example
White with #509B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509B75; }
p { color: rgb(80,155,117); }
H1.HeaderClassName
{
color: #509B75;
}
.AnyTagClassName
{
color: #509B75;
}
</style>
background-color css
<style>
a { background-color: #509B75; }
a { background-color: rgb(80,155,117); }
div.DivClassName
{
background-color: #509B75;
}
.BgClassName
{
background-color: #509B75;
}
</style>
border-color css
<style>
span { border-color: #509B75; }
span { border-color: rgb(80,155,117); }
td.TdClassName
{
border-color: #509B75;
}
.TagClassName
{
border-color: #509B75;
}
</style>