Shades of Ocean Green #50996C
Tints of Ocean Green #50996C
RGB
CMYK
RGB Variations
Color information
#50996C (or 0x50996C) is known color: Ocean Green. HEX triplet: 50, 99 and 6C. RGB value is (80,153,108). Sum of RGB (Red+Green+Blue) = 80+153+108=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #50996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50996C is #AF6693. Grayscale: #7E7E7E. Windows color (decimal): -11495060 or 7117136. OLE color: 7117136.
HSL color Cylindrical-coordinate representation of color #50996C: hue angle of 143.01º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50996C is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 153 | 108 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.4 |
| HSL | 143.01º | 0.31% | 0.46% | - |
| HSV(B) | 143.01º | 0.48% | 0.6% | - |
| XYZ | 17.41 | 25.57 | 18.21 | - |
| YUV | 126.04 | 117.82 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 108 | 0.48 | 0 | 0.29 | 0.4 | 143.01 | 0.31 | 0.46 |
| Hex | 50 | 99 | 6C | 30 | 0 | 1D | 28 | 8F | 1F | 2E |
| Octal | 120 | 231 | 154 | 60 | 0 | 35 | 50 | 217 | 37 | 56 |
| Binary | 1010000 | 10011001 | 1101100 | 110000 | 0 | 11101 | 101000 | 10001111 | 11111 | 101110 |
Color Harmonies of #50996C
Complementary color
Monochromatic Colors of #50996C
Black with #50996C
Text Example
Text Example
White with #50996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50996C; }
p { color: rgb(80,153,108); }
H1.HeaderClassName
{
color: #50996C;
}
.AnyTagClassName
{
color: #50996C;
}
</style>
background-color css
<style>
a { background-color: #50996C; }
a { background-color: rgb(80,153,108); }
div.DivClassName
{
background-color: #50996C;
}
.BgClassName
{
background-color: #50996C;
}
</style>
border-color css
<style>
span { border-color: #50996C; }
span { border-color: rgb(80,153,108); }
td.TdClassName
{
border-color: #50996C;
}
.TagClassName
{
border-color: #50996C;
}
</style>