Shades of Ocean Green #50966B
Tints of Ocean Green #50966B
RGB
CMYK
RGB Variations
Color information
#50966B (or 0x50966B) is known color: Ocean Green. HEX triplet: 50, 96 and 6B. RGB value is (80,150,107). Sum of RGB (Red+Green+Blue) = 80+150+107=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 150 - color contains mainly: green. Hex color #50966B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50966B is #AF6994. Grayscale: #7C7C7C. Windows color (decimal): -11495829 or 7050832. OLE color: 7050832.
HSL color Cylindrical-coordinate representation of color #50966B: hue angle of 143.14º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50966B is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 150 | 107 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.41 |
| HSL | 143.14º | 0.3% | 0.45% | - |
| HSV(B) | 143.14º | 0.47% | 0.59% | - |
| XYZ | 16.87 | 24.58 | 17.77 | - |
| YUV | 124.17 | 118.31 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 150 | 107 | 0.47 | 0 | 0.29 | 0.41 | 143.14 | 0.3 | 0.45 |
| Hex | 50 | 96 | 6B | 2F | 0 | 1D | 29 | 8F | 1E | 2D |
| Octal | 120 | 226 | 153 | 57 | 0 | 35 | 51 | 217 | 36 | 55 |
| Binary | 1010000 | 10010110 | 1101011 | 101111 | 0 | 11101 | 101001 | 10001111 | 11110 | 101101 |
Color Harmonies of #50966B
Complementary color
Monochromatic Colors of #50966B
Black with #50966B
Text Example
Text Example
White with #50966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50966B; }
p { color: rgb(80,150,107); }
H1.HeaderClassName
{
color: #50966B;
}
.AnyTagClassName
{
color: #50966B;
}
</style>
background-color css
<style>
a { background-color: #50966B; }
a { background-color: rgb(80,150,107); }
div.DivClassName
{
background-color: #50966B;
}
.BgClassName
{
background-color: #50966B;
}
</style>
border-color css
<style>
span { border-color: #50966B; }
span { border-color: rgb(80,150,107); }
td.TdClassName
{
border-color: #50966B;
}
.TagClassName
{
border-color: #50966B;
}
</style>