#678E6E

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

Shades of Laurel #678E6E

Tints of Laurel #678E6E

Color information

#678E6E (or 0x678E6E) is unknown color: approx Laurel. HEX triplet: 67, 8E and 6E. RGB value is (103,142,110). Sum of RGB (Red+Green+Blue) = 103+142+110=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 142 - color contains mainly: green. Hex color #678E6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678E6E is #987191. Grayscale: #7E7E7E. Windows color (decimal): -9990546 or 7245415. OLE color: 7245415.

HSL color Cylindrical-coordinate representation of color #678E6E: hue angle of 130.77º 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 #678E6E is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB103142110-
CMYK0.2700.230.44
HSL130.77º15.92%48.04%-
HSV(B)130.77º27.46%55.69%-
XYZ18.0823.3618.31-
YUV126.69118.58111.1-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.01%
GREEN value IS 142 (55.86% from 255) = 40%
BLUE value IS 110 (43.36% from 255) = 30.99%
R=29.01%
G=40%
B=30.99%

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
Decimal1031421100.2700.230.44130.7715.9248.04
Hex678E6E1B0172C831030
Octal14721615633027542032060
Binary1100111100011101101110110110101111011001000001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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