#678B68

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

Shades of Laurel #678B68

Tints of Laurel #678B68

Color information

#678B68 (or 0x678B68) is unknown color: approx Laurel. HEX triplet: 67, 8B and 68. RGB value is (103,139,104). Sum of RGB (Red+Green+Blue) = 103+139+104=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 139 - color contains mainly: green. Hex color #678B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678B68 is #987497. Grayscale: #7C7C7C. Windows color (decimal): -9991320 or 6851431. OLE color: 6851431.

HSL color Cylindrical-coordinate representation of color #678B68: hue angle of 121.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #678B68 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB103139104-
CMYK0.2600.250.45
HSL121.67º14.88%47.45%-
HSV(B)121.67º25.9%54.51%-
XYZ17.3222.3516.5-
YUV124.25116.57112.85-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.77%
GREEN value IS 139 (54.69% from 255) = 40.17%
BLUE value IS 104 (41.02% from 255) = 30.06%
R=29.77%
G=40.17%
B=30.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1031391040.2600.250.45121.6714.8847.45
Hex678B681A0192D7af2f
Octal14721315032031551721757
Binary11001111000101111010001101001100110110111110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,139,104); }

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

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

 a { background-color: rgb(103,139,104); }

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

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

 span { border-color: rgb(103,139,104); }

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