#688D6E

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

Shades of Laurel #688D6E

Tints of Laurel #688D6E

Color information

#688D6E (or 0x688D6E) is unknown color: approx Laurel. HEX triplet: 68, 8D and 6E. RGB value is (104,141,110). Sum of RGB (Red+Green+Blue) = 104+141+110=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 141 - color contains mainly: green. Hex color #688D6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688D6E is #977291. Grayscale: #7E7E7E. Windows color (decimal): -9925266 or 7245160. OLE color: 7245160.

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

Color convert

RGB104141110-
CMYK0.2600.220.45
HSL129.73º15.1%48.04%-
HSV(B)129.73º26.24%55.29%-
XYZ18.0523.1218.26-
YUV126.4118.74112.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.30%
GREEN value IS 141 (55.47% from 255) = 39.72%
BLUE value IS 110 (43.36% from 255) = 30.99%
R=29.30%
G=39.72%
B=30.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041411100.2600.220.45129.7315.148.04
Hex688D6E1A0162D82f30
Octal15021515632026552021760
Binary110100010001101110111011010010110101101100000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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