#6B786B

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

Shades of Laurel #6B786B

Tints of Laurel #6B786B

Color information

#6B786B (or 0x6B786B) is unknown color: approx Laurel. HEX triplet: 6B, 78 and 6B. RGB value is (107,120,107). Sum of RGB (Red+Green+Blue) = 107+120+107=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 120 - color contains mainly: green. Hex color #6B786B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B786B is #948794. Grayscale: #727272. Windows color (decimal): -9734037 or 7043179. OLE color: 7043179.

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

Color convert

RGB107120107-
CMYK0.1100.110.53
HSL120º5.73%44.51%-
HSV(B)120º10.83%47.06%-
XYZ15.4317.6216.5-
YUV114.63123.69122.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.04%
GREEN value IS 120 (47.27% from 255) = 35.93%
BLUE value IS 107 (42.19% from 255) = 32.04%
R=32.04%
G=35.93%
B=32.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1071201070.1100.110.531205.7344.51
Hex6B786BB0B357862d
Octal1531701531301365170655
Binary1101011111100011010111011010111101011111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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