#687A69

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

Shades of Laurel #687A69

Tints of Laurel #687A69

Color information

#687A69 (or 0x687A69) is unknown color: approx Laurel. HEX triplet: 68, 7A and 69. RGB value is (104,122,105). Sum of RGB (Red+Green+Blue) = 104+122+105=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 122 - color contains mainly: green. Hex color #687A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687A69 is #978596. Grayscale: #727272. Windows color (decimal): -9930135 or 6912616. OLE color: 6912616.

HSL color Cylindrical-coordinate representation of color #687A69: hue angle of 123.33º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #687A69 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.

Color convert

RGB104122105-
CMYK0.1500.140.52
HSL123.33º7.96%44.31%-
HSV(B)123.33º14.75%47.84%-
XYZ15.2217.8816.01-
YUV114.68122.54120.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.42%
GREEN value IS 122 (48.05% from 255) = 36.86%
BLUE value IS 105 (41.41% from 255) = 31.72%
R=31.42%
G=36.86%
B=31.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1041221050.1500.140.52123.337.9644.31
Hex687A69F0E347b82c
Octal15017215117016641731054
Binary11010001111010110100111110111011010011110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687A69; }

 p { color: rgb(104,122,105); }

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

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

 a { background-color: rgb(104,122,105); }

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

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

 span { border-color: rgb(104,122,105); }

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