#4E9677

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

Shades of Ocean Green #4E9677

Tints of Ocean Green #4E9677

Color information

#4E9677 (or 0x4E9677) is unknown color: approx Ocean Green. HEX triplet: 4E, 96 and 77. RGB value is (78,150,119). Sum of RGB (Red+Green+Blue) = 78+150+119=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #4E9677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9677 is #B16988. Grayscale: #7C7C7C. Windows color (decimal): -11626889 or 7837262. OLE color: 7837262.

HSL color Cylindrical-coordinate representation of color #4E9677: hue angle of 154.17º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E9677 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB78150119-
CMYK0.4800.210.41
HSL154.17º31.58%44.71%-
HSV(B)154.17º48%58.82%-
XYZ17.3824.7621.32-
YUV124.94124.6594.52-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.48%
GREEN value IS 150 (58.98% from 255) = 43.23%
BLUE value IS 119 (46.88% from 255) = 34.29%
R=22.48%
G=43.23%
B=34.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal781501190.4800.210.41154.1731.5844.71
Hex4E967730015299a202d
Octal11622616760025512324055
Binary100111010010110111011111000001010110100110011010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E9677; }

 p { color: rgb(78,150,119); }

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

<style>
 a { background-color: #4E9677; }

 a { background-color: rgb(78,150,119); }

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

<style>
 span { border-color: #4E9677; }

 span { border-color: rgb(78,150,119); }

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