#687369

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

Shades of Laurel #687369

Tints of Laurel #687369

Color information

#687369 (or 0x687369) is unknown color: approx Laurel. HEX triplet: 68, 73 and 69. RGB value is (104,115,105). Sum of RGB (Red+Green+Blue) = 104+115+105=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 115 - color contains mainly: green. Hex color #687369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687369 is #978C96. Grayscale: #6E6E6E. Windows color (decimal): -9931927 or 6910824. OLE color: 6910824.

HSL color Cylindrical-coordinate representation of color #687369: hue angle of 125.45º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #687369 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB104115105-
CMYK0.1000.090.55
HSL125.45º5.02%42.94%-
HSV(B)125.45º9.57%45.1%-
XYZ14.3916.2215.74-
YUV110.57124.86123.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.10%
GREEN value IS 115 (45.31% from 255) = 35.49%
BLUE value IS 105 (41.41% from 255) = 32.41%
R=32.10%
G=35.49%
B=32.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1041151050.1000.090.55125.455.0242.94
Hex687369A09377d52b
Octal1501631511201167175553
Binary1101000111001111010011010010011101111111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687369; }

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

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

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

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

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

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

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

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