#7EA288

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

Shades of Bay Leaf #7EA288

Tints of Bay Leaf #7EA288

Color information

#7EA288 (or 0x7EA288) is unknown color: approx Bay Leaf. HEX triplet: 7E, A2 and 88. RGB value is (126,162,136). Sum of RGB (Red+Green+Blue) = 126+162+136=424 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.72% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA288 is #815D77. Grayscale: #949494. Windows color (decimal): -8478072 or 8954494. OLE color: 8954494.

HSL color Cylindrical-coordinate representation of color #7EA288: hue angle of 136.67º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7EA288 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB126162136-
CMYK0.2200.160.36
HSL136.67º16.22%56.47%-
HSV(B)136.67º22.22%63.53%-
XYZ25.9732.0528.11-
YUV148.27121.07112.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.72%
GREEN value IS 162 (63.67% from 255) = 38.21%
BLUE value IS 136 (53.52% from 255) = 32.08%
R=29.72%
G=38.21%
B=32.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1261621360.2200.160.36136.6716.2256.47
Hex7EA2881601024891038
Octal17624221026020442112070
Binary11111101010001010001000101100100001001001000100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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