#6C8673

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

Shades of Laurel #6C8673

Tints of Laurel #6C8673

Color information

#6C8673 (or 0x6C8673) is unknown color: approx Laurel. HEX triplet: 6C, 86 and 73. RGB value is (108,134,115). Sum of RGB (Red+Green+Blue) = 108+134+115=357 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.25% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 134 - color contains mainly: green. Hex color #6C8673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8673 is #93798C. Grayscale: #7C7C7C. Windows color (decimal): -9664909 or 7571052. OLE color: 7571052.

HSL color Cylindrical-coordinate representation of color #6C8673: hue angle of 136.15º 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 #6C8673 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB108134115-
CMYK0.1900.140.47
HSL136.15º10.74%47.45%-
HSV(B)136.15º19.4%52.55%-
XYZ17.821.4819.43-
YUV124.06122.89116.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.25%
GREEN value IS 134 (52.73% from 255) = 37.54%
BLUE value IS 115 (45.31% from 255) = 32.21%
R=30.25%
G=37.54%
B=32.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1081341150.1900.140.47136.1510.7447.45
Hex6C8673130E2F88b2f
Octal15420616323016572101357
Binary11011001000011011100111001101110101111100010001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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