#687769

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

Shades of Laurel #687769

Tints of Laurel #687769

Color information

#687769 (or 0x687769) is unknown color: approx Laurel. HEX triplet: 68, 77 and 69. RGB value is (104,119,105). Sum of RGB (Red+Green+Blue) = 104+119+105=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 119 - color contains mainly: green. Hex color #687769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687769 is #978896. Grayscale: #707070. Windows color (decimal): -9930903 or 6911848. OLE color: 6911848.

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

Color convert

RGB104119105-
CMYK0.1300.120.53
HSL124º6.73%43.73%-
HSV(B)124º12.61%46.67%-
XYZ14.8617.1615.89-
YUV112.92123.53121.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.71%
GREEN value IS 119 (46.88% from 255) = 36.28%
BLUE value IS 105 (41.41% from 255) = 32.01%
R=31.71%
G=36.28%
B=32.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041191050.1300.120.531246.7343.73
Hex687769D0C357c72c
Octal1501671511501465174754
Binary1101000111011111010011101011001101011111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687769; }

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

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

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

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

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

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

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

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