Shades of Ocean Green #509C72
Tints of Ocean Green #509C72
RGB
CMYK
RGB Variations
Color information
#509C72 (or 0x509C72) is known color: Ocean Green. HEX triplet: 50, 9C and 72. RGB value is (80,156,114). Sum of RGB (Red+Green+Blue) = 80+156+114=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 156 - color contains mainly: green. Hex color #509C72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509C72 is #AF638D. Grayscale: #808080. Windows color (decimal): -11494286 or 7511120. OLE color: 7511120.
HSL color Cylindrical-coordinate representation of color #509C72: hue angle of 146.84º 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 #509C72 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 156 | 114 | - |
| CMYK | 0.49 | 0 | 0.27 | 0.39 |
| HSL | 146.84º | 0.32% | 0.46% | - |
| HSV(B) | 146.84º | 0.49% | 0.61% | - |
| XYZ | 18.23 | 26.7 | 20.11 | - |
| YUV | 128.49 | 119.82 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 114 | 0.49 | 0 | 0.27 | 0.39 | 146.84 | 0.32 | 0.46 |
| Hex | 50 | 9C | 72 | 31 | 0 | 1B | 27 | 93 | 20 | 2E |
| Octal | 120 | 234 | 162 | 61 | 0 | 33 | 47 | 223 | 40 | 56 |
| Binary | 1010000 | 10011100 | 1110010 | 110001 | 0 | 11011 | 100111 | 10010011 | 100000 | 101110 |
Color Harmonies of #509C72
Complementary color
Monochromatic Colors of #509C72
Black with #509C72
Text Example
Text Example
White with #509C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509C72; }
p { color: rgb(80,156,114); }
H1.HeaderClassName
{
color: #509C72;
}
.AnyTagClassName
{
color: #509C72;
}
</style>
background-color css
<style>
a { background-color: #509C72; }
a { background-color: rgb(80,156,114); }
div.DivClassName
{
background-color: #509C72;
}
.BgClassName
{
background-color: #509C72;
}
</style>
border-color css
<style>
span { border-color: #509C72; }
span { border-color: rgb(80,156,114); }
td.TdClassName
{
border-color: #509C72;
}
.TagClassName
{
border-color: #509C72;
}
</style>