#6C786C

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

Shades of Laurel #6C786C

Tints of Laurel #6C786C

Color information

#6C786C (or 0x6C786C) is unknown color: approx Laurel. HEX triplet: 6C, 78 and 6C. RGB value is (108,120,108). Sum of RGB (Red+Green+Blue) = 108+120+108=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 120 - color contains mainly: green. Hex color #6C786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C786C is #938793. Grayscale: #737373. Windows color (decimal): -9668500 or 7108716. OLE color: 7108716.

HSL color Cylindrical-coordinate representation of color #6C786C: hue angle of 120º 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 #6C786C is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB108120108-
CMYK0.1000.100.53
HSL120º5.26%44.71%-
HSV(B)120º10%47.06%-
XYZ15.6117.716.78-
YUV115.04124.02122.98-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.14%
GREEN value IS 120 (47.27% from 255) = 35.71%
BLUE value IS 108 (42.58% from 255) = 32.14%
R=32.14%
G=35.71%
B=32.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1081201080.1000.100.531205.2644.71
Hex6C786CA0A357852d
Octal1541701541201265170555
Binary1101100111100011011001010010101101011111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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