#6B786D

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

Shades of Laurel #6B786D

Tints of Laurel #6B786D

Color information

#6B786D (or 0x6B786D) is unknown color: approx Laurel. HEX triplet: 6B, 78 and 6D. RGB value is (107,120,109). Sum of RGB (Red+Green+Blue) = 107+120+109=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 120 - color contains mainly: green. Hex color #6B786D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B786D is #948792. Grayscale: #727272. Windows color (decimal): -9734035 or 7174251. OLE color: 7174251.

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

Color convert

RGB107120109-
CMYK0.1100.090.53
HSL129.23º5.73%44.51%-
HSV(B)129.23º10.83%47.06%-
XYZ15.5417.6617.06-
YUV114.86124.69122.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.85%
GREEN value IS 120 (47.27% from 255) = 35.71%
BLUE value IS 109 (42.97% from 255) = 32.44%
R=31.85%
G=35.71%
B=32.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1071201090.1100.090.53129.235.7344.51
Hex6B786DB09358162d
Octal1531701551301165201655
Binary11010111111000110110110110100111010110000001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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