Shades of Ocean Green #509C68
Tints of Ocean Green #509C68
RGB
CMYK
RGB Variations
Color information
#509C68 (or 0x509C68) is known color: Ocean Green. HEX triplet: 50, 9C and 68. RGB value is (80,156,104). Sum of RGB (Red+Green+Blue) = 80+156+104=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 156 - color contains mainly: green. Hex color #509C68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509C68 is #AF6397. Grayscale: #7F7F7F. Windows color (decimal): -11494296 or 6855760. OLE color: 6855760.
HSL color Cylindrical-coordinate representation of color #509C68: hue angle of 138.95º 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 #509C68 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 156 | 104 | - |
| CMYK | 0.49 | 0 | 0.33 | 0.39 |
| HSL | 138.95º | 0.32% | 0.46% | - |
| HSV(B) | 138.95º | 0.49% | 0.61% | - |
| XYZ | 17.7 | 26.48 | 17.28 | - |
| YUV | 127.35 | 114.82 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 104 | 0.49 | 0 | 0.33 | 0.39 | 138.95 | 0.32 | 0.46 |
| Hex | 50 | 9C | 68 | 31 | 0 | 21 | 27 | 8B | 20 | 2E |
| Octal | 120 | 234 | 150 | 61 | 0 | 41 | 47 | 213 | 40 | 56 |
| Binary | 1010000 | 10011100 | 1101000 | 110001 | 0 | 100001 | 100111 | 10001011 | 100000 | 101110 |
Color Harmonies of #509C68
Complementary color
Monochromatic Colors of #509C68
Black with #509C68
Text Example
Text Example
White with #509C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509C68; }
p { color: rgb(80,156,104); }
H1.HeaderClassName
{
color: #509C68;
}
.AnyTagClassName
{
color: #509C68;
}
</style>
background-color css
<style>
a { background-color: #509C68; }
a { background-color: rgb(80,156,104); }
div.DivClassName
{
background-color: #509C68;
}
.BgClassName
{
background-color: #509C68;
}
</style>
border-color css
<style>
span { border-color: #509C68; }
span { border-color: rgb(80,156,104); }
td.TdClassName
{
border-color: #509C68;
}
.TagClassName
{
border-color: #509C68;
}
</style>