#6EA26D

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

Shades of Laurel #6EA26D

Tints of Laurel #6EA26D

Color information

#6EA26D (or 0x6EA26D) is unknown color: approx Laurel. HEX triplet: 6E, A2 and 6D. RGB value is (110,162,109). Sum of RGB (Red+Green+Blue) = 110+162+109=381 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.87% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 162 - color contains mainly: green. Hex color #6EA26D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA26D is #915D92. Grayscale: #8C8C8C. Windows color (decimal): -9526675 or 7185006. OLE color: 7185006.

HSL color Cylindrical-coordinate representation of color #6EA26D: hue angle of 118.87º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6EA26D is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB110162109-
CMYK0.3200.330.36
HSL118.87º22.18%53.14%-
HSV(B)118.87º32.72%63.53%-
XYZ22.1130.2619.14-
YUV140.41110.27106.31-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.87%
GREEN value IS 162 (63.67% from 255) = 42.52%
BLUE value IS 109 (42.97% from 255) = 28.61%
R=28.87%
G=42.52%
B=28.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1101621090.3200.330.36118.8722.1853.14
Hex6EA26D2002124771635
Octal15624215540041441672665
Binary11011101010001011011011000000100001100100111011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,162,109); }

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

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

 a { background-color: rgb(110,162,109); }

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

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

 span { border-color: rgb(110,162,109); }

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