#6C786D

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

Shades of Laurel #6C786D

Tints of Laurel #6C786D

Color information

#6C786D (or 0x6C786D) is unknown color: approx Laurel. HEX triplet: 6C, 78 and 6D. RGB value is (108,120,109). Sum of RGB (Red+Green+Blue) = 108+120+109=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 120 - color contains mainly: green. Hex color #6C786D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C786D is #938792. Grayscale: #737373. Windows color (decimal): -9668499 or 7174252. OLE color: 7174252.

HSL color Cylindrical-coordinate representation of color #6C786D: hue angle of 125º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6C786D is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB108120109-
CMYK0.1000.090.53
HSL125º5.26%44.71%-
HSV(B)125º10%47.06%-
XYZ15.6617.7317.06-
YUV115.16124.52122.89-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.05%
GREEN value IS 120 (47.27% from 255) = 35.61%
BLUE value IS 109 (42.97% from 255) = 32.34%
R=32.05%
G=35.61%
B=32.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1081201090.1000.090.531255.2644.71
Hex6C786DA09357d52d
Octal1541701551201165175555
Binary1101100111100011011011010010011101011111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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