#4EB76A

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

Shades of Ocean Green #4EB76A

Tints of Ocean Green #4EB76A

Color information

#4EB76A (or 0x4EB76A) is unknown color: approx Ocean Green. HEX triplet: 4E, B7 and 6A. RGB value is (78,183,106). Sum of RGB (Red+Green+Blue) = 78+183+106=367 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.25% from 367); Green value is 183 (71.88% from 255 or 49.86% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 183 - color contains mainly: green. Hex color #4EB76A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EB76A is #B14895. Grayscale: #8F8F8F. Windows color (decimal): -11618454 or 6993742. OLE color: 6993742.

HSL color Cylindrical-coordinate representation of color #4EB76A: hue angle of 136º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4EB76A is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB78183106-
CMYK0.5700.420.28
HSL136º42.17%51.18%-
HSV(B)136º57.38%71.76%-
XYZ22.6836.5319.49-
YUV142.83107.2181.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.25%
GREEN value IS 183 (71.88% from 255) = 49.86%
BLUE value IS 106 (41.80% from 255) = 28.88%
R=21.25%
G=49.86%
B=28.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal781831060.5700.420.2813642.1751.18
Hex4EB76A3902A1C882a33
Octal11626715271052342105263
Binary100111010110111110101011100101010101110010001000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,183,106); }

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

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

 a { background-color: rgb(78,183,106); }

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

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

 span { border-color: rgb(78,183,106); }

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