#50966A

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

Shades of Ocean Green #50966A

Tints of Ocean Green #50966A

Color information

#50966A (or 0x50966A) is unknown color: approx Ocean Green. HEX triplet: 50, 96 and 6A. RGB value is (80,150,106). Sum of RGB (Red+Green+Blue) = 80+150+106=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #50966A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50966A is #AF6995. Grayscale: #7C7C7C. Windows color (decimal): -11495830 or 6985296. OLE color: 6985296.

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

Color convert

RGB80150106-
CMYK0.4700.290.41
HSL142.29º30.43%45.1%-
HSV(B)142.29º46.67%58.82%-
XYZ16.8224.5617.49-
YUV124.05117.8196.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.81%
GREEN value IS 150 (58.98% from 255) = 44.64%
BLUE value IS 106 (41.80% from 255) = 31.55%
R=23.81%
G=44.64%
B=31.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801501060.4700.290.41142.2930.4345.1
Hex50966A2F01D298e1e2d
Octal12022615257035512163655
Binary10100001001011011010101011110111011010011000111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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