Shades of Ocean Green #509D68
Tints of Ocean Green #509D68
RGB
CMYK
RGB Variations
Color information
#509D68 (or 0x509D68) is known color: Ocean Green. HEX triplet: 50, 9D and 68. RGB value is (80,157,104). Sum of RGB (Red+Green+Blue) = 80+157+104=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 157 - color contains mainly: green. Hex color #509D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509D68 is #AF6297. Grayscale: #808080. Windows color (decimal): -11494040 or 6856016. OLE color: 6856016.
HSL color Cylindrical-coordinate representation of color #509D68: hue angle of 138.7º 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 #509D68 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 157 | 104 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.38 |
| HSL | 138.7º | 0.32% | 0.46% | - |
| HSV(B) | 138.7º | 0.49% | 0.62% | - |
| XYZ | 17.86 | 26.82 | 17.33 | - |
| YUV | 127.94 | 114.49 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 104 | 0.49 | 0 | 0.34 | 0.38 | 138.7 | 0.32 | 0.46 |
| Hex | 50 | 9D | 68 | 31 | 0 | 22 | 26 | 8B | 20 | 2E |
| Octal | 120 | 235 | 150 | 61 | 0 | 42 | 46 | 213 | 40 | 56 |
| Binary | 1010000 | 10011101 | 1101000 | 110001 | 0 | 100010 | 100110 | 10001011 | 100000 | 101110 |
Color Harmonies of #509D68
Complementary color
Monochromatic Colors of #509D68
Black with #509D68
Text Example
Text Example
White with #509D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509D68; }
p { color: rgb(80,157,104); }
H1.HeaderClassName
{
color: #509D68;
}
.AnyTagClassName
{
color: #509D68;
}
</style>
background-color css
<style>
a { background-color: #509D68; }
a { background-color: rgb(80,157,104); }
div.DivClassName
{
background-color: #509D68;
}
.BgClassName
{
background-color: #509D68;
}
</style>
border-color css
<style>
span { border-color: #509D68; }
span { border-color: rgb(80,157,104); }
td.TdClassName
{
border-color: #509D68;
}
.TagClassName
{
border-color: #509D68;
}
</style>