#688D6B

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

Shades of Laurel #688D6B

Tints of Laurel #688D6B

Color information

#688D6B (or 0x688D6B) is unknown color: approx Laurel. HEX triplet: 68, 8D and 6B. RGB value is (104,141,107). Sum of RGB (Red+Green+Blue) = 104+141+107=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 141 - color contains mainly: green. Hex color #688D6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688D6B is #977294. Grayscale: #7E7E7E. Windows color (decimal): -9925269 or 7048552. OLE color: 7048552.

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

Color convert

RGB104141107-
CMYK0.2600.240.45
HSL124.86º15.1%48.04%-
HSV(B)124.86º26.24%55.29%-
XYZ17.8923.0517.42-
YUV126.06117.24112.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.55%
GREEN value IS 141 (55.47% from 255) = 40.06%
BLUE value IS 107 (42.19% from 255) = 30.40%
R=29.55%
G=40.06%
B=30.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041411070.2600.240.45124.8615.148.04
Hex688D6B1A0182D7df30
Octal15021515332030551751760
Binary11010001000110111010111101001100010110111111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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