#6D9371

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

Shades of Laurel #6D9371

Tints of Laurel #6D9371

Color information

#6D9371 (or 0x6D9371) is unknown color: approx Laurel. HEX triplet: 6D, 93 and 71. RGB value is (109,147,113). Sum of RGB (Red+Green+Blue) = 109+147+113=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 147 - color contains mainly: green. Hex color #6D9371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9371 is #926C8E. Grayscale: #838383. Windows color (decimal): -9596047 or 7443309. OLE color: 7443309.

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

Color convert

RGB109147113-
CMYK0.2600.230.42
HSL126.32º14.96%50.2%-
HSV(B)126.32º25.85%57.65%-
XYZ19.7225.3119.47-
YUV131.76117.41111.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.54%
GREEN value IS 147 (57.81% from 255) = 39.84%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=29.54%
G=39.84%
B=30.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1091471130.2600.230.42126.3214.9650.2
Hex6D93711A0172A7ef32
Octal15522316132027521761762
Binary11011011001001111100011101001011110101011111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,147,113); }

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

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

 a { background-color: rgb(109,147,113); }

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

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

 span { border-color: rgb(109,147,113); }

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