#688E6F

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

Shades of Laurel #688E6F

Tints of Laurel #688E6F

Color information

#688E6F (or 0x688E6F) is unknown color: approx Laurel. HEX triplet: 68, 8E and 6F. RGB value is (104,142,111). Sum of RGB (Red+Green+Blue) = 104+142+111=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 142 - color contains mainly: green. Hex color #688E6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688E6F is #977190. Grayscale: #7F7F7F. Windows color (decimal): -9925009 or 7310952. OLE color: 7310952.

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

Color convert

RGB104142111-
CMYK0.2700.220.44
HSL131.05º15.45%48.24%-
HSV(B)131.05º26.76%55.69%-
XYZ18.2523.4418.6-
YUV127.1118.91111.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.13%
GREEN value IS 142 (55.86% from 255) = 39.78%
BLUE value IS 111 (43.75% from 255) = 31.09%
R=29.13%
G=39.78%
B=31.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041421110.2700.220.44131.0515.4548.24
Hex688E6F1B0162C83f30
Octal15021615733026542031760
Binary110100010001110110111111011010110101100100000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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