#678E6D

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

Shades of Laurel #678E6D

Tints of Laurel #678E6D

Color information

#678E6D (or 0x678E6D) is unknown color: approx Laurel. HEX triplet: 67, 8E and 6D. RGB value is (103,142,109). Sum of RGB (Red+Green+Blue) = 103+142+109=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 142 - color contains mainly: green. Hex color #678E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678E6D is #987192. Grayscale: #7E7E7E. Windows color (decimal): -9990547 or 7179879. OLE color: 7179879.

HSL color Cylindrical-coordinate representation of color #678E6D: hue angle of 129.23º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #678E6D is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB103142109-
CMYK0.2700.230.44
HSL129.23º15.92%48.04%-
HSV(B)129.23º27.46%55.69%-
XYZ18.0323.3318.02-
YUV126.58118.08111.18-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.10%
GREEN value IS 142 (55.86% from 255) = 40.11%
BLUE value IS 109 (42.97% from 255) = 30.79%
R=29.10%
G=40.11%
B=30.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1031421090.2700.230.44129.2315.9248.04
Hex678E6D1B0172C811030
Octal14721615533027542012060
Binary1100111100011101101101110110101111011001000000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678E6D; }

 p { color: rgb(103,142,109); }

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

<style>
 a { background-color: #678E6D; }

 a { background-color: rgb(103,142,109); }

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

<style>
 span { border-color: #678E6D; }

 span { border-color: rgb(103,142,109); }

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