#6E946A

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

Shades of Laurel #6E946A

Tints of Laurel #6E946A

Color information

#6E946A (or 0x6E946A) is unknown color: approx Laurel. HEX triplet: 6E, 94 and 6A. RGB value is (110,148,106). Sum of RGB (Red+Green+Blue) = 110+148+106=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #6E946A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E946A is #916B95. Grayscale: #838383. Windows color (decimal): -9530262 or 6984814. OLE color: 6984814.

HSL color Cylindrical-coordinate representation of color #6E946A: hue angle of 114.29º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E946A is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB110148106-
CMYK0.2600.280.42
HSL114.29º16.54%49.8%-
HSV(B)114.29º28.38%58.04%-
XYZ19.6225.5417.53-
YUV131.85113.41112.42-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.22%
GREEN value IS 148 (58.20% from 255) = 40.66%
BLUE value IS 106 (41.80% from 255) = 29.12%
R=30.22%
G=40.66%
B=29.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1101481060.2600.280.42114.2916.5449.8
Hex6E946A1A01C2A721132
Octal15622415232034521622162
Binary110111010010100110101011010011100101010111001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,148,106); }

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

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

 a { background-color: rgb(110,148,106); }

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

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

 span { border-color: rgb(110,148,106); }

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