#6EA06C

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

Shades of Laurel #6EA06C

Tints of Laurel #6EA06C

Color information

#6EA06C (or 0x6EA06C) is unknown color: approx Laurel. HEX triplet: 6E, A0 and 6C. RGB value is (110,160,108). Sum of RGB (Red+Green+Blue) = 110+160+108=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 160 - color contains mainly: green. Hex color #6EA06C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA06C is #915F93. Grayscale: #8B8B8B. Windows color (decimal): -9527188 or 7118958. OLE color: 7118958.

HSL color Cylindrical-coordinate representation of color #6EA06C: hue angle of 117.69º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6EA06C is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB110160108-
CMYK0.3100.320.37
HSL117.69º21.49%52.55%-
HSV(B)117.69º32.5%62.75%-
XYZ21.7129.5418.74-
YUV139.12110.44107.23-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.10%
GREEN value IS 160 (62.89% from 255) = 42.33%
BLUE value IS 108 (42.58% from 255) = 28.57%
R=29.10%
G=42.33%
B=28.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1101601080.3100.320.37117.6921.4952.55
Hex6EA06C1F02025761535
Octal15624015437040451662565
Binary1101110101000001101100111110100000100101111011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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