#688D71

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

Shades of Laurel #688D71

Tints of Laurel #688D71

Color information

#688D71 (or 0x688D71) is unknown color: approx Laurel. HEX triplet: 68, 8D and 71. RGB value is (104,141,113). Sum of RGB (Red+Green+Blue) = 104+141+113=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 141 - color contains mainly: green. Hex color #688D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688D71 is #97728E. Grayscale: #7E7E7E. Windows color (decimal): -9925263 or 7441768. OLE color: 7441768.

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

Color convert

RGB104141113-
CMYK0.2600.200.45
HSL134.59º15.1%48.04%-
HSV(B)134.59º26.24%55.29%-
XYZ18.2123.1919.14-
YUV126.74120.24111.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.05%
GREEN value IS 141 (55.47% from 255) = 39.39%
BLUE value IS 113 (44.53% from 255) = 31.56%
R=29.05%
G=39.39%
B=31.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041411130.2600.200.45134.5915.148.04
Hex688D711A0142D87f30
Octal15021516132024552071760
Binary110100010001101111000111010010100101101100001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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