#6EB681

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

Shades of Bay Leaf #6EB681

Tints of Bay Leaf #6EB681

Color information

#6EB681 (or 0x6EB681) is unknown color: approx Bay Leaf. HEX triplet: 6E, B6 and 81. RGB value is (110,182,129). Sum of RGB (Red+Green+Blue) = 110+182+129=421 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.13% from 421); Green value is 182 (71.48% from 255 or 43.23% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 182 - color contains mainly: green. Hex color #6EB681 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB681 is #91497E. Grayscale: #9A9A9A. Windows color (decimal): -9521535 or 8500846. OLE color: 8500846.

HSL color Cylindrical-coordinate representation of color #6EB681: hue angle of 135.83º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6EB681 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB110182129-
CMYK0.4000.290.29
HSL135.83º33.03%57.25%-
HSV(B)135.83º39.56%71.37%-
XYZ27.1238.3626.74-
YUV154.43113.6596.31-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.13%
GREEN value IS 182 (71.48% from 255) = 43.23%
BLUE value IS 129 (50.78% from 255) = 30.64%
R=26.13%
G=43.23%
B=30.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1101821290.4000.290.29135.8333.0357.25
Hex6EB6812801D1D882139
Octal15626620150035352104171
Binary110111010110110100000011010000111011110110001000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,182,129); }

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

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

 a { background-color: rgb(110,182,129); }

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

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

 span { border-color: rgb(110,182,129); }

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