#688D68

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

Shades of Laurel #688D68

Tints of Laurel #688D68

Color information

#688D68 (or 0x688D68) is unknown color: approx Laurel. HEX triplet: 68, 8D and 68. RGB value is (104,141,104). Sum of RGB (Red+Green+Blue) = 104+141+104=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 141 - color contains mainly: green. Hex color #688D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688D68 is #977297. Grayscale: #7D7D7D. Windows color (decimal): -9925272 or 6851944. OLE color: 6851944.

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

Color convert

RGB104141104-
CMYK0.2600.260.45
HSL120º15.1%48.04%-
HSV(B)120º26.24%55.29%-
XYZ17.7322.9916.6-
YUV125.72115.74112.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.80%
GREEN value IS 141 (55.47% from 255) = 40.40%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=29.80%
G=40.40%
B=29.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041411040.2600.260.4512015.148.04
Hex688D681A01A2D78f30
Octal15021515032032551701760
Binary11010001000110111010001101001101010110111110001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688D68; }

 p { color: rgb(104,141,104); }

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

<style>
 a { background-color: #688D68; }

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

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

<style>
 span { border-color: #688D68; }

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

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