#6DA26E

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

Shades of Laurel #6DA26E

Tints of Laurel #6DA26E

Color information

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

HSL color Cylindrical-coordinate representation of color #6DA26E: hue angle of 121.13º 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 #6DA26E is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB109162110-
CMYK0.3300.320.36
HSL121.13º22.18%53.14%-
HSV(B)121.13º32.72%63.53%-
XYZ22.0430.2219.42-
YUV140.22110.94105.73-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1091621100.3300.320.36121.1322.1853.14
Hex6DA26E2102024791635
Octal15524215641040441712665
Binary11011011010001011011101000010100000100100111100110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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