Shades of Ocean Green #50A76B
Tints of Ocean Green #50A76B
RGB
CMYK
RGB Variations
Color information
#50A76B (or 0x50A76B) is known color: Ocean Green. HEX triplet: 50, A7 and 6B. RGB value is (80,167,107). Sum of RGB (Red+Green+Blue) = 80+167+107=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 167 (65.62% from 255 or 47.18% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 167 - color contains mainly: green. Hex color #50A76B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A76B is #AF5894. Grayscale: #868686. Windows color (decimal): -11491477 or 7055184. OLE color: 7055184.
HSL color Cylindrical-coordinate representation of color #50A76B: hue angle of 138.62º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A76B is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 167 | 107 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.35 |
| HSL | 138.62º | 0.35% | 0.48% | - |
| HSV(B) | 138.62º | 0.52% | 0.65% | - |
| XYZ | 19.78 | 30.4 | 18.74 | - |
| YUV | 134.15 | 112.68 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 167 | 107 | 0.52 | 0 | 0.36 | 0.35 | 138.62 | 0.35 | 0.48 |
| Hex | 50 | A7 | 6B | 34 | 0 | 24 | 23 | 8B | 23 | 30 |
| Octal | 120 | 247 | 153 | 64 | 0 | 44 | 43 | 213 | 43 | 60 |
| Binary | 1010000 | 10100111 | 1101011 | 110100 | 0 | 100100 | 100011 | 10001011 | 100011 | 110000 |
Color Harmonies of #50A76B
Complementary color
Monochromatic Colors of #50A76B
Black with #50A76B
Text Example
Text Example
White with #50A76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A76B; }
p { color: rgb(80,167,107); }
H1.HeaderClassName
{
color: #50A76B;
}
.AnyTagClassName
{
color: #50A76B;
}
</style>
background-color css
<style>
a { background-color: #50A76B; }
a { background-color: rgb(80,167,107); }
div.DivClassName
{
background-color: #50A76B;
}
.BgClassName
{
background-color: #50A76B;
}
</style>
border-color css
<style>
span { border-color: #50A76B; }
span { border-color: rgb(80,167,107); }
td.TdClassName
{
border-color: #50A76B;
}
.TagClassName
{
border-color: #50A76B;
}
</style>