#6D946A

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

Shades of Laurel #6D946A

Tints of Laurel #6D946A

Color information

#6D946A (or 0x6D946A) is unknown color: approx Laurel. HEX triplet: 6D, 94 and 6A. RGB value is (109,148,106). Sum of RGB (Red+Green+Blue) = 109+148+106=363 (48% of max value = 765). Red value is 109 (42.97% from 255 or 30.03% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 148 - color contains mainly: green. Hex color #6D946A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D946A is #926B95. Grayscale: #838383. Windows color (decimal): -9595798 or 6984813. OLE color: 6984813.

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

Color convert

RGB109148106-
CMYK0.2600.280.42
HSL115.71º16.54%49.8%-
HSV(B)115.71º28.38%58.04%-
XYZ19.525.4717.52-
YUV131.55113.58111.92-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.03%
GREEN value IS 148 (58.20% from 255) = 40.77%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=30.03%
G=40.77%
B=29.20%

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
Decimal1091481060.2600.280.42115.7116.5449.8
Hex6D946A1A01C2A741132
Octal15522415232034521642162
Binary110110110010100110101011010011100101010111010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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