#68826D

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

Shades of Laurel #68826D

Tints of Laurel #68826D

Color information

#68826D (or 0x68826D) is unknown color: approx Laurel. HEX triplet: 68, 82 and 6D. RGB value is (104,130,109). Sum of RGB (Red+Green+Blue) = 104+130+109=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 130 - color contains mainly: green. Hex color #68826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68826D is #977D92. Grayscale: #777777. Windows color (decimal): -9928083 or 7176808. OLE color: 7176808.

HSL color Cylindrical-coordinate representation of color #68826D: hue angle of 131.54º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #68826D is Cyan = 0.2, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB104130109-
CMYK0.200.160.49
HSL131.54º11.11%45.88%-
HSV(B)131.54º20%50.98%-
XYZ16.4520.0117.46-
YUV119.83121.89116.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.32%
GREEN value IS 130 (51.17% from 255) = 37.90%
BLUE value IS 109 (42.97% from 255) = 31.78%
R=30.32%
G=37.90%
B=31.78%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041301090.200.160.49131.5411.1145.88
Hex68826D140103184b2e
Octal15020215524020612041356
Binary110100010000010110110110100010000110001100001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68826D; }

 p { color: rgb(104,130,109); }

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

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

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

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

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

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

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