#6C946A

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

Shades of Laurel #6C946A

Tints of Laurel #6C946A

Color information

#6C946A (or 0x6C946A) is unknown color: approx Laurel. HEX triplet: 6C, 94 and 6A. RGB value is (108,148,106). Sum of RGB (Red+Green+Blue) = 108+148+106=362 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.83% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 148 - color contains mainly: green. Hex color #6C946A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C946A is #936B95. Grayscale: #838383. Windows color (decimal): -9661334 or 6984812. OLE color: 6984812.

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

Color convert

RGB108148106-
CMYK0.2700.280.42
HSL117.14º16.54%49.8%-
HSV(B)117.14º28.38%58.04%-
XYZ19.3825.4117.52-
YUV131.25113.75111.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.83%
GREEN value IS 148 (58.20% from 255) = 40.88%
BLUE value IS 106 (41.80% from 255) = 29.28%
R=29.83%
G=40.88%
B=29.28%

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
Decimal1081481060.2700.280.42117.1416.5449.8
Hex6C946A1B01C2A751132
Octal15422415233034521652162
Binary110110010010100110101011011011100101010111010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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