#6EB181

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

Shades of Bay Leaf #6EB181

Tints of Bay Leaf #6EB181

Color information

#6EB181 (or 0x6EB181) is unknown color: approx Bay Leaf. HEX triplet: 6E, B1 and 81. RGB value is (110,177,129). Sum of RGB (Red+Green+Blue) = 110+177+129=416 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.44% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 177 - color contains mainly: green. Hex color #6EB181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EB181 is #914E7E. Grayscale: #979797. Windows color (decimal): -9522815 or 8499566. OLE color: 8499566.

HSL color Cylindrical-coordinate representation of color #6EB181: hue angle of 137.01º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6EB181 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB110177129-
CMYK0.3800.270.31
HSL137.01º30.04%56.27%-
HSV(B)137.01º37.85%69.41%-
XYZ26.1136.3426.41-
YUV151.49115.398.4-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.44%
GREEN value IS 177 (69.53% from 255) = 42.55%
BLUE value IS 129 (50.78% from 255) = 31.01%
R=26.44%
G=42.55%
B=31.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1101771290.3800.270.31137.0130.0456.27
Hex6EB1812601B1F891e38
Octal15626120146033372113670
Binary11011101011000110000001100110011011111111000100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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