#6EA26C

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

Shades of Laurel #6EA26C

Tints of Laurel #6EA26C

Color information

#6EA26C (or 0x6EA26C) is unknown color: approx Laurel. HEX triplet: 6E, A2 and 6C. RGB value is (110,162,108). Sum of RGB (Red+Green+Blue) = 110+162+108=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 162 - color contains mainly: green. Hex color #6EA26C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA26C is #915D93. Grayscale: #8C8C8C. Windows color (decimal): -9526676 or 7119470. OLE color: 7119470.

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

Color convert

RGB110162108-
CMYK0.3200.330.36
HSL117.78º22.5%52.94%-
HSV(B)117.78º33.33%63.53%-
XYZ22.0630.2418.86-
YUV140.3109.77106.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.95%
GREEN value IS 162 (63.67% from 255) = 42.63%
BLUE value IS 108 (42.58% from 255) = 28.42%
R=28.95%
G=42.63%
B=28.42%

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
Decimal1101621080.3200.330.36117.7822.552.94
Hex6EA26C2002124761735
Octal15624215440041441662765
Binary11011101010001011011001000000100001100100111011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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