Shades of Ocean Green #509C73
Tints of Ocean Green #509C73
RGB
CMYK
RGB Variations
Color information
#509C73 (or 0x509C73) is known color: Ocean Green. HEX triplet: 50, 9C and 73. RGB value is (80,156,115). Sum of RGB (Red+Green+Blue) = 80+156+115=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 156 - color contains mainly: green. Hex color #509C73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509C73 is #AF638C. Grayscale: #808080. Windows color (decimal): -11494285 or 7576656. OLE color: 7576656.
HSL color Cylindrical-coordinate representation of color #509C73: hue angle of 147.63º 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 #509C73 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 156 | 115 | - |
| CMYK | 0.49 | 0 | 0.26 | 0.39 |
| HSL | 147.63º | 0.32% | 0.46% | - |
| HSV(B) | 147.63º | 0.49% | 0.61% | - |
| XYZ | 18.29 | 26.72 | 20.41 | - |
| YUV | 128.6 | 120.32 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 115 | 0.49 | 0 | 0.26 | 0.39 | 147.63 | 0.32 | 0.46 |
| Hex | 50 | 9C | 73 | 31 | 0 | 1A | 27 | 94 | 20 | 2E |
| Octal | 120 | 234 | 163 | 61 | 0 | 32 | 47 | 224 | 40 | 56 |
| Binary | 1010000 | 10011100 | 1110011 | 110001 | 0 | 11010 | 100111 | 10010100 | 100000 | 101110 |
Color Harmonies of #509C73
Complementary color
Monochromatic Colors of #509C73
Black with #509C73
Text Example
Text Example
White with #509C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509C73; }
p { color: rgb(80,156,115); }
H1.HeaderClassName
{
color: #509C73;
}
.AnyTagClassName
{
color: #509C73;
}
</style>
background-color css
<style>
a { background-color: #509C73; }
a { background-color: rgb(80,156,115); }
div.DivClassName
{
background-color: #509C73;
}
.BgClassName
{
background-color: #509C73;
}
</style>
border-color css
<style>
span { border-color: #509C73; }
span { border-color: rgb(80,156,115); }
td.TdClassName
{
border-color: #509C73;
}
.TagClassName
{
border-color: #509C73;
}
</style>