#50966E

Color #50966E Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #50966E

Tints of Ocean Green #50966E

Color information

#50966E (or 0x50966E) is unknown color: approx Ocean Green. HEX triplet: 50, 96 and 6E. RGB value is (80,150,110). Sum of RGB (Red+Green+Blue) = 80+150+110=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 150 - color contains mainly: green. Hex color #50966E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50966E is #AF6991. Grayscale: #7C7C7C. Windows color (decimal): -11495826 or 7247440. OLE color: 7247440.

HSL color Cylindrical-coordinate representation of color #50966E: hue angle of 145.71º 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 #50966E is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB80150110-
CMYK0.4700.270.41
HSL145.71º30.43%45.1%-
HSV(B)145.71º46.67%58.82%-
XYZ17.0324.6418.61-
YUV124.51119.8196.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 23.53%
GREEN value IS 150 (58.98% from 255) = 44.12%
BLUE value IS 110 (43.36% from 255) = 32.35%
R=23.53%
G=44.12%
B=32.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801501100.4700.270.41145.7130.4345.1
Hex50966E2F01B29921e2d
Octal12022615657033512223655
Binary10100001001011011011101011110110111010011001001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50966E; }

 p { color: rgb(80,150,110); }

 H1.HeaderClassName
 {
   color: #50966E;
 }
 .AnyTagClassName
 {
   color: #50966E;
 }
</style>
background-color css

<style>
 a { background-color: #50966E; }

 a { background-color: rgb(80,150,110); }

 div.DivClassName
 {
   background-color: #50966E;
 }
 .BgClassName
 {
   background-color: #50966E;
 }
</style>
border-color css

<style>
 span { border-color: #50966E; }

 span { border-color: rgb(80,150,110); }

 td.TdClassName
 {
   border-color: #50966E;
 }
 .TagClassName
 {
   border-color: #50966E;
 }
</style>