#6EB77F

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

Shades of Bay Leaf #6EB77F

Tints of Bay Leaf #6EB77F

Color information

#6EB77F (or 0x6EB77F) is unknown color: approx Bay Leaf. HEX triplet: 6E, B7 and 7F. RGB value is (110,183,127). Sum of RGB (Red+Green+Blue) = 110+183+127=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 183 - color contains mainly: green. Hex color #6EB77F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EB77F is #914880. Grayscale: #9A9A9A. Windows color (decimal): -9521281 or 8370030. OLE color: 8370030.

HSL color Cylindrical-coordinate representation of color #6EB77F: hue angle of 133.97º 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 #6EB77F is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB110183127-
CMYK0.4000.310.28
HSL133.97º33.64%57.45%-
HSV(B)133.97º39.89%71.76%-
XYZ27.1938.7126.12-
YUV154.79112.3296.05-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.19%
GREEN value IS 183 (71.88% from 255) = 43.57%
BLUE value IS 127 (50% from 255) = 30.24%
R=26.19%
G=43.57%
B=30.24%

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
Decimal1101831270.4000.310.28133.9733.6457.45
Hex6EB77F2801F1C862239
Octal15626717750037342064271
Binary11011101011011111111111010000111111110010000110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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