#688468

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

Shades of Laurel #688468

Tints of Laurel #688468

Color information

#688468 (or 0x688468) is unknown color: approx Laurel. HEX triplet: 68, 84 and 68. RGB value is (104,132,104). Sum of RGB (Red+Green+Blue) = 104+132+104=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 132 - color contains mainly: green. Hex color #688468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688468 is #977B97. Grayscale: #787878. Windows color (decimal): -9927576 or 6849640. OLE color: 6849640.

HSL color Cylindrical-coordinate representation of color #688468: hue angle of 120º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #688468 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB104132104-
CMYK0.2100.210.48
HSL120º11.86%46.27%-
HSV(B)120º21.21%51.76%-
XYZ16.4620.4516.18-
YUV120.44118.72116.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.59%
GREEN value IS 132 (51.95% from 255) = 38.82%
BLUE value IS 104 (41.02% from 255) = 30.59%
R=30.59%
G=38.82%
B=30.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041321040.2100.210.4812011.8646.27
Hex688468150153078c2e
Octal15020415025025601701456
Binary11010001000010011010001010101010111000011110001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688468; }

 p { color: rgb(104,132,104); }

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

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

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

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

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

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

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