#6C866C

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

Shades of Laurel #6C866C

Tints of Laurel #6C866C

Color information

#6C866C (or 0x6C866C) is unknown color: approx Laurel. HEX triplet: 6C, 86 and 6C. RGB value is (108,134,108). Sum of RGB (Red+Green+Blue) = 108+134+108=350 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.86% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 134 - color contains mainly: green. Hex color #6C866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C866C is #937993. Grayscale: #7B7B7B. Windows color (decimal): -9664916 or 7112300. OLE color: 7112300.

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

Color convert

RGB108134108-
CMYK0.1900.190.47
HSL120º10.74%47.45%-
HSV(B)120º19.4%52.55%-
XYZ17.4221.3217.38-
YUV123.26119.39117.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.86%
GREEN value IS 134 (52.73% from 255) = 38.29%
BLUE value IS 108 (42.58% from 255) = 30.86%
R=30.86%
G=38.29%
B=30.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1081341080.1900.190.4712010.7447.45
Hex6C866C130132F78b2f
Octal15420615423023571701357
Binary11011001000011011011001001101001110111111110001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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