#6D876B

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

Shades of Laurel #6D876B

Tints of Laurel #6D876B

Color information

#6D876B (or 0x6D876B) is unknown color: approx Laurel. HEX triplet: 6D, 87 and 6B. RGB value is (109,135,107). Sum of RGB (Red+Green+Blue) = 109+135+107=351 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.05% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 135 - color contains mainly: green. Hex color #6D876B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D876B is #927894. Grayscale: #7C7C7C. Windows color (decimal): -9599125 or 7047021. OLE color: 7047021.

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

Color convert

RGB109135107-
CMYK0.1900.210.47
HSL115.71º11.57%47.45%-
HSV(B)115.71º20.74%52.94%-
XYZ17.6221.6417.16-
YUV124.03118.39117.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.05%
GREEN value IS 135 (53.12% from 255) = 38.46%
BLUE value IS 107 (42.19% from 255) = 30.48%
R=31.05%
G=38.46%
B=30.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1091351070.1900.210.47115.7111.5747.45
Hex6D876B130152F74c2f
Octal15520715323025571641457
Binary11011011000011111010111001101010110111111101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D876B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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