#688A71

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

Shades of Laurel #688A71

Tints of Laurel #688A71

Color information

#688A71 (or 0x688A71) is unknown color: approx Laurel. HEX triplet: 68, 8A and 71. RGB value is (104,138,113). Sum of RGB (Red+Green+Blue) = 104+138+113=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 138 - color contains mainly: green. Hex color #688A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688A71 is #97758E. Grayscale: #7D7D7D. Windows color (decimal): -9926031 or 7441000. OLE color: 7441000.

HSL color Cylindrical-coordinate representation of color #688A71: hue angle of 135.88º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688A71 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB104138113-
CMYK0.2500.180.46
HSL135.88º14.05%47.45%-
HSV(B)135.88º24.64%54.12%-
XYZ17.7822.3118.99-
YUV124.98121.24113.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.30%
GREEN value IS 138 (54.30% from 255) = 38.87%
BLUE value IS 113 (44.53% from 255) = 31.83%
R=29.30%
G=38.87%
B=31.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041381130.2500.180.46135.8814.0547.45
Hex688A71190122E88e2f
Octal15021216131022562101657
Binary110100010001010111000111001010010101110100010001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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