#6D956C

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

Shades of Laurel #6D956C

Tints of Laurel #6D956C

Color information

#6D956C (or 0x6D956C) is unknown color: approx Laurel. HEX triplet: 6D, 95 and 6C. RGB value is (109,149,108). Sum of RGB (Red+Green+Blue) = 109+149+108=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 149 - color contains mainly: green. Hex color #6D956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D956C is #926A93. Grayscale: #848484. Windows color (decimal): -9595540 or 7116141. OLE color: 7116141.

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

Color convert

RGB109149108-
CMYK0.2700.280.42
HSL118.54º16.21%50.39%-
HSV(B)118.54º27.52%58.43%-
XYZ19.7625.8318.13-
YUV132.37114.25111.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.78%
GREEN value IS 149 (58.59% from 255) = 40.71%
BLUE value IS 108 (42.58% from 255) = 29.51%
R=29.78%
G=40.71%
B=29.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1091491080.2700.280.42118.5416.2150.39
Hex6D956C1B01C2A771032
Octal15522515433034521672062
Binary110110110010101110110011011011100101010111011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,149,108); }

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

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

 a { background-color: rgb(109,149,108); }

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

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

 span { border-color: rgb(109,149,108); }

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