#6E936A

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

Shades of Laurel #6E936A

Tints of Laurel #6E936A

Color information

#6E936A (or 0x6E936A) is unknown color: approx Laurel. HEX triplet: 6E, 93 and 6A. RGB value is (110,147,106). Sum of RGB (Red+Green+Blue) = 110+147+106=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #6E936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E936A is #916C95. Grayscale: #838383. Windows color (decimal): -9530518 or 6984558. OLE color: 6984558.

HSL color Cylindrical-coordinate representation of color #6E936A: hue angle of 114.15º degrees, saturation: 0.16, 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 #6E936A is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB110147106-
CMYK0.2500.280.42
HSL114.15º16.21%49.61%-
HSV(B)114.15º27.89%57.65%-
XYZ19.4725.2217.48-
YUV131.26113.74112.83-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.30%
GREEN value IS 147 (57.81% from 255) = 40.50%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=30.30%
G=40.50%
B=29.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1101471060.2500.280.42114.1516.2149.61
Hex6E936A1901C2A721032
Octal15622315231034521622062
Binary110111010010011110101011001011100101010111001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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