#6D866B

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

Shades of Laurel #6D866B

Tints of Laurel #6D866B

Color information

#6D866B (or 0x6D866B) is unknown color: approx Laurel. HEX triplet: 6D, 86 and 6B. RGB value is (109,134,107). Sum of RGB (Red+Green+Blue) = 109+134+107=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 134 - color contains mainly: green. Hex color #6D866B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D866B is #927994. Grayscale: #7B7B7B. Windows color (decimal): -9599381 or 7046765. OLE color: 7046765.

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

Color convert

RGB109134107-
CMYK0.1900.200.47
HSL115.56º11.2%47.25%-
HSV(B)115.56º20.15%52.55%-
XYZ17.4921.3617.11-
YUV123.45118.72117.7-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.14%
GREEN value IS 134 (52.73% from 255) = 38.29%
BLUE value IS 107 (42.19% from 255) = 30.57%
R=31.14%
G=38.29%
B=30.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1091341070.1900.200.47115.5611.247.25
Hex6D866B130142F74b2f
Octal15520615323024571641357
Binary11011011000011011010111001101010010111111101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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