#7EA088

Color #7EA088 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #7EA088

Tints of Bay Leaf #7EA088

Color information

#7EA088 (or 0x7EA088) is unknown color: approx Bay Leaf. HEX triplet: 7E, A0 and 88. RGB value is (126,160,136). Sum of RGB (Red+Green+Blue) = 126+160+136=422 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.86% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 160 - color contains mainly: green. Hex color #7EA088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA088 is #815F77. Grayscale: #939393. Windows color (decimal): -8478584 or 8953982. OLE color: 8953982.

HSL color Cylindrical-coordinate representation of color #7EA088: hue angle of 137.65º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7EA088 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB126160136-
CMYK0.2100.150.37
HSL137.65º15.18%56.08%-
HSV(B)137.65º21.25%62.75%-
XYZ25.6231.3527.99-
YUV147.1121.74112.95-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.86%
GREEN value IS 160 (62.89% from 255) = 37.91%
BLUE value IS 136 (53.52% from 255) = 32.23%
R=29.86%
G=37.91%
B=32.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1261601360.2100.150.37137.6515.1856.08
Hex7EA088150F258af38
Octal17624021025017452121770
Binary111111010100000100010001010101111100101100010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EA088; }

 p { color: rgb(126,160,136); }

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

<style>
 a { background-color: #7EA088; }

 a { background-color: rgb(126,160,136); }

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

<style>
 span { border-color: #7EA088; }

 span { border-color: rgb(126,160,136); }

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