#7EC08E

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

Shades of Bay Leaf #7EC08E

Tints of Bay Leaf #7EC08E

Color information

#7EC08E (or 0x7EC08E) is unknown color: approx Bay Leaf. HEX triplet: 7E, C0 and 8E. RGB value is (126,192,142). Sum of RGB (Red+Green+Blue) = 126+192+142=460 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.39% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC08E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC08E is #813F71. Grayscale: #A6A6A6. Windows color (decimal): -8470386 or 9355390. OLE color: 9355390.

HSL color Cylindrical-coordinate representation of color #7EC08E: hue angle of 134.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EC08E is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB126192142-
CMYK0.3400.260.25
HSL134.55º34.38%62.35%-
HSV(B)134.55º34.38%75.29%-
XYZ32.3444.0932.4-
YUV166.57114.1399.07-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.39%
GREEN value IS 192 (75.39% from 255) = 41.74%
BLUE value IS 142 (55.86% from 255) = 30.87%
R=27.39%
G=41.74%
B=30.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261921420.3400.260.25134.5534.3862.35
Hex7EC08E2201A1987223e
Octal17630021642032312074276
Binary111111011000000100011101000100110101100110000111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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