#688E6D

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

Shades of Laurel #688E6D

Tints of Laurel #688E6D

Color information

#688E6D (or 0x688E6D) is unknown color: approx Laurel. HEX triplet: 68, 8E and 6D. RGB value is (104,142,109). Sum of RGB (Red+Green+Blue) = 104+142+109=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 142 - color contains mainly: green. Hex color #688E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688E6D is #977192. Grayscale: #7E7E7E. Windows color (decimal): -9925011 or 7179880. OLE color: 7179880.

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

Color convert

RGB104142109-
CMYK0.2700.230.44
HSL127.89º15.45%48.24%-
HSV(B)127.89º26.76%55.69%-
XYZ18.1423.3918.03-
YUV126.88117.91111.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.30%
GREEN value IS 142 (55.86% from 255) = 40%
BLUE value IS 109 (42.97% from 255) = 30.70%
R=29.30%
G=40%
B=30.70%

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
Decimal1041421090.2700.230.44127.8915.4548.24
Hex688E6D1B0172C80f30
Octal15021615533027542001760
Binary110100010001110110110111011010111101100100000001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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