#7EC691

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

Shades of Bay Leaf #7EC691

Tints of Bay Leaf #7EC691

Color information

#7EC691 (or 0x7EC691) is unknown color: approx Bay Leaf. HEX triplet: 7E, C6 and 91. RGB value is (126,198,145). Sum of RGB (Red+Green+Blue) = 126+198+145=469 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.87% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 198 - color contains mainly: green. Hex color #7EC691 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC691 is #81396E. Grayscale: #AAAAAA. Windows color (decimal): -8468847 or 9553534. OLE color: 9553534.

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

Color convert

RGB126198145-
CMYK0.3600.270.22
HSL135.83º38.71%63.53%-
HSV(B)135.83º36.36%77.65%-
XYZ33.9146.8734.05-
YUV170.43113.6596.31-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.87%
GREEN value IS 198 (77.73% from 255) = 42.22%
BLUE value IS 145 (57.03% from 255) = 30.92%
R=26.87%
G=42.22%
B=30.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1261981450.3600.270.22135.8338.7163.53
Hex7EC6912401B16882740
Octal176306221440332621047100
Binary1111110110001101001000110010001101110110100010001001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,198,145); }

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

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

 a { background-color: rgb(126,198,145); }

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

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

 span { border-color: rgb(126,198,145); }

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