#7EBC8E

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

Shades of Bay Leaf #7EBC8E

Tints of Bay Leaf #7EBC8E

Color information

#7EBC8E (or 0x7EBC8E) is unknown color: approx Bay Leaf. HEX triplet: 7E, BC and 8E. RGB value is (126,188,142). Sum of RGB (Red+Green+Blue) = 126+188+142=456 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.63% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBC8E is #814371. Grayscale: #A4A4A4. Windows color (decimal): -8471410 or 9354366. OLE color: 9354366.

HSL color Cylindrical-coordinate representation of color #7EBC8E: hue angle of 135.48º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBC8E is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB126188142-
CMYK0.3300.240.26
HSL135.48º31.63%61.57%-
HSV(B)135.48º32.98%73.73%-
XYZ31.4742.3632.11-
YUV164.22115.46100.74-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.63%
GREEN value IS 188 (73.83% from 255) = 41.23%
BLUE value IS 142 (55.86% from 255) = 31.14%
R=27.63%
G=41.23%
B=31.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1261881420.3300.240.26135.4831.6361.57
Hex7EBC8E210181A87203e
Octal17627421641030322074076
Binary111111010111100100011101000010110001101010000111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,188,142); }

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

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

 a { background-color: rgb(126,188,142); }

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

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

 span { border-color: rgb(126,188,142); }

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