#50976E

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

Shades of Ocean Green #50976E

Tints of Ocean Green #50976E

Color information

#50976E (or 0x50976E) is unknown color: approx Ocean Green. HEX triplet: 50, 97 and 6E. RGB value is (80,151,110). Sum of RGB (Red+Green+Blue) = 80+151+110=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 151 - color contains mainly: green. Hex color #50976E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50976E is #AF6891. Grayscale: #7D7D7D. Windows color (decimal): -11495570 or 7247696. OLE color: 7247696.

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

Color convert

RGB80151110-
CMYK0.4700.270.41
HSL145.35º30.74%45.29%-
HSV(B)145.35º47.02%59.22%-
XYZ17.1924.9618.66-
YUV125.1119.4895.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.46%
GREEN value IS 151 (59.38% from 255) = 44.28%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=23.46%
G=44.28%
B=32.26%

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
Decimal801511100.4700.270.41145.3530.7445.29
Hex50976E2F01B29911f2d
Octal12022715657033512213755
Binary10100001001011111011101011110110111010011001000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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