#688667

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

Shades of Laurel #688667

Tints of Laurel #688667

Color information

#688667 (or 0x688667) is unknown color: approx Laurel. HEX triplet: 68, 86 and 67. RGB value is (104,134,103). Sum of RGB (Red+Green+Blue) = 104+134+103=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 134 - color contains mainly: green. Hex color #688667 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688667 is #977998. Grayscale: #797979. Windows color (decimal): -9927065 or 6784616. OLE color: 6784616.

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

Color convert

RGB104134103-
CMYK0.2200.230.47
HSL118.06º13.08%46.47%-
HSV(B)118.06º23.13%52.55%-
XYZ16.6820.9716-
YUV121.5117.56115.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.50%
GREEN value IS 134 (52.73% from 255) = 39.30%
BLUE value IS 103 (40.62% from 255) = 30.21%
R=30.50%
G=39.30%
B=30.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041341030.2200.230.47118.0613.0846.47
Hex688667160172F76d2e
Octal15020614726027571661556
Binary11010001000011011001111011001011110111111101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688667; }

 p { color: rgb(104,134,103); }

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

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

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

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

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

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

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