Shades of Ocean Green #509C79
Tints of Ocean Green #509C79
RGB
CMYK
RGB Variations
Color information
#509C79 (or 0x509C79) is known color: Ocean Green. HEX triplet: 50, 9C and 79. RGB value is (80,156,121). Sum of RGB (Red+Green+Blue) = 80+156+121=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 156 - color contains mainly: green. Hex color #509C79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509C79 is #AF6386. Grayscale: #818181. Windows color (decimal): -11494279 or 7969872. OLE color: 7969872.
HSL color Cylindrical-coordinate representation of color #509C79: hue angle of 152.37º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509C79 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 156 | 121 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.39 |
| HSL | 152.37º | 0.32% | 0.46% | - |
| HSV(B) | 152.37º | 0.49% | 0.61% | - |
| XYZ | 18.65 | 26.86 | 22.29 | - |
| YUV | 129.29 | 123.32 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 121 | 0.49 | 0 | 0.22 | 0.39 | 152.37 | 0.32 | 0.46 |
| Hex | 50 | 9C | 79 | 31 | 0 | 16 | 27 | 98 | 20 | 2E |
| Octal | 120 | 234 | 171 | 61 | 0 | 26 | 47 | 230 | 40 | 56 |
| Binary | 1010000 | 10011100 | 1111001 | 110001 | 0 | 10110 | 100111 | 10011000 | 100000 | 101110 |
Color Harmonies of #509C79
Complementary color
Monochromatic Colors of #509C79
Black with #509C79
Text Example
Text Example
White with #509C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509C79; }
p { color: rgb(80,156,121); }
H1.HeaderClassName
{
color: #509C79;
}
.AnyTagClassName
{
color: #509C79;
}
</style>
background-color css
<style>
a { background-color: #509C79; }
a { background-color: rgb(80,156,121); }
div.DivClassName
{
background-color: #509C79;
}
.BgClassName
{
background-color: #509C79;
}
</style>
border-color css
<style>
span { border-color: #509C79; }
span { border-color: rgb(80,156,121); }
td.TdClassName
{
border-color: #509C79;
}
.TagClassName
{
border-color: #509C79;
}
</style>