#7EB084

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

Shades of Bay Leaf #7EB084

Tints of Bay Leaf #7EB084

Color information

#7EB084 (or 0x7EB084) is unknown color: approx Bay Leaf. HEX triplet: 7E, B0 and 84. RGB value is (126,176,132). Sum of RGB (Red+Green+Blue) = 126+176+132=434 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.03% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 176 - color contains mainly: green. Hex color #7EB084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EB084 is #814F7B. Grayscale: #9C9C9C. Windows color (decimal): -8474492 or 8695934. OLE color: 8695934.

HSL color Cylindrical-coordinate representation of color #7EB084: hue angle of 127.2º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7EB084 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB126176132-
CMYK0.2800.250.31
HSL127.2º24.04%59.22%-
HSV(B)127.2º28.41%69.02%-
XYZ28.2937.1527.51-
YUV156.03114.44106.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.03%
GREEN value IS 176 (69.14% from 255) = 40.55%
BLUE value IS 132 (51.95% from 255) = 30.41%
R=29.03%
G=40.55%
B=30.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261761320.2800.250.31127.224.0459.22
Hex7EB0841C0191F7f183b
Octal17626020434031371773073
Binary111111010110000100001001110001100111111111111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,176,132); }

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

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

 a { background-color: rgb(126,176,132); }

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

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

 span { border-color: rgb(126,176,132); }

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