#4EAA77

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

Shades of Ocean Green #4EAA77

Tints of Ocean Green #4EAA77

Color information

#4EAA77 (or 0x4EAA77) is unknown color: approx Ocean Green. HEX triplet: 4E, AA and 77. RGB value is (78,170,119). Sum of RGB (Red+Green+Blue) = 78+170+119=367 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.25% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #4EAA77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAA77 is #B15588. Grayscale: #888888. Windows color (decimal): -11621769 or 7842382. OLE color: 7842382.

HSL color Cylindrical-coordinate representation of color #4EAA77: hue angle of 146.74º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4EAA77 is Cyan = 0.54, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB78170119-
CMYK0.5400.30.33
HSL146.74º37.1%48.63%-
HSV(B)146.74º54.12%66.67%-
XYZ20.8531.722.47-
YUV136.68118.0286.15-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.25%
GREEN value IS 170 (66.80% from 255) = 46.32%
BLUE value IS 119 (46.88% from 255) = 32.43%
R=21.25%
G=46.32%
B=32.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781701190.5400.30.33146.7437.148.63
Hex4EAA773601E21932531
Octal11625216766036412234561
Binary100111010101010111011111011001111010000110010011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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