#688771

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

Shades of Laurel #688771

Tints of Laurel #688771

Color information

#688771 (or 0x688771) is unknown color: approx Laurel. HEX triplet: 68, 87 and 71. RGB value is (104,135,113). Sum of RGB (Red+Green+Blue) = 104+135+113=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 135 - color contains mainly: green. Hex color #688771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688771 is #97788E. Grayscale: #7B7B7B. Windows color (decimal): -9926799 or 7440232. OLE color: 7440232.

HSL color Cylindrical-coordinate representation of color #688771: hue angle of 137.42º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #688771 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB104135113-
CMYK0.2300.160.47
HSL137.42º12.97%46.86%-
HSV(B)137.42º22.96%52.94%-
XYZ17.3521.4618.85-
YUV123.22122.23114.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.55%
GREEN value IS 135 (53.12% from 255) = 38.35%
BLUE value IS 113 (44.53% from 255) = 32.10%
R=29.55%
G=38.35%
B=32.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041351130.2300.160.47137.4212.9746.86
Hex688771170102F89d2f
Octal15020716127020572111557
Binary110100010000111111000110111010000101111100010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688771; }

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

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

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

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

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

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

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

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