Shades of Ocean Green #509C67
Tints of Ocean Green #509C67
RGB
CMYK
RGB Variations
Color information
#509C67 (or 0x509C67) is known color: Ocean Green. HEX triplet: 50, 9C and 67. RGB value is (80,156,103). Sum of RGB (Red+Green+Blue) = 80+156+103=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 156 - color contains mainly: green. Hex color #509C67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509C67 is #AF6398. Grayscale: #7F7F7F. Windows color (decimal): -11494297 or 6790224. OLE color: 6790224.
HSL color Cylindrical-coordinate representation of color #509C67: hue angle of 138.16º 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 #509C67 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 156 | 103 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.39 |
| HSL | 138.16º | 0.32% | 0.46% | - |
| HSV(B) | 138.16º | 0.49% | 0.61% | - |
| XYZ | 17.64 | 26.46 | 17.01 | - |
| YUV | 127.23 | 114.32 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 103 | 0.49 | 0 | 0.34 | 0.39 | 138.16 | 0.32 | 0.46 |
| Hex | 50 | 9C | 67 | 31 | 0 | 22 | 27 | 8A | 20 | 2E |
| Octal | 120 | 234 | 147 | 61 | 0 | 42 | 47 | 212 | 40 | 56 |
| Binary | 1010000 | 10011100 | 1100111 | 110001 | 0 | 100010 | 100111 | 10001010 | 100000 | 101110 |
Color Harmonies of #509C67
Complementary color
Monochromatic Colors of #509C67
Black with #509C67
Text Example
Text Example
White with #509C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509C67; }
p { color: rgb(80,156,103); }
H1.HeaderClassName
{
color: #509C67;
}
.AnyTagClassName
{
color: #509C67;
}
</style>
background-color css
<style>
a { background-color: #509C67; }
a { background-color: rgb(80,156,103); }
div.DivClassName
{
background-color: #509C67;
}
.BgClassName
{
background-color: #509C67;
}
</style>
border-color css
<style>
span { border-color: #509C67; }
span { border-color: rgb(80,156,103); }
td.TdClassName
{
border-color: #509C67;
}
.TagClassName
{
border-color: #509C67;
}
</style>