#6EB77E

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

Shades of Bay Leaf #6EB77E

Tints of Bay Leaf #6EB77E

Color information

#6EB77E (or 0x6EB77E) is unknown color: approx Bay Leaf. HEX triplet: 6E, B7 and 7E. RGB value is (110,183,126). Sum of RGB (Red+Green+Blue) = 110+183+126=419 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.25% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 183 - color contains mainly: green. Hex color #6EB77E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EB77E is #914881. Grayscale: #9A9A9A. Windows color (decimal): -9521282 or 8304494. OLE color: 8304494.

HSL color Cylindrical-coordinate representation of color #6EB77E: hue angle of 133.15º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6EB77E is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB110183126-
CMYK0.4000.310.28
HSL133.15º33.64%57.45%-
HSV(B)133.15º39.89%71.76%-
XYZ27.1338.6925.78-
YUV154.67111.8296.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.25%
GREEN value IS 183 (71.88% from 255) = 43.68%
BLUE value IS 126 (49.61% from 255) = 30.07%
R=26.25%
G=43.68%
B=30.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1101831260.4000.310.28133.1533.6457.45
Hex6EB77E2801F1C852239
Octal15626717650037342054271
Binary11011101011011111111101010000111111110010000101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EB77E; }

 p { color: rgb(110,183,126); }

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

<style>
 a { background-color: #6EB77E; }

 a { background-color: rgb(110,183,126); }

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

<style>
 span { border-color: #6EB77E; }

 span { border-color: rgb(110,183,126); }

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