#68826C

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

Shades of Laurel #68826C

Tints of Laurel #68826C

Color information

#68826C (or 0x68826C) is unknown color: approx Laurel. HEX triplet: 68, 82 and 6C. RGB value is (104,130,108). Sum of RGB (Red+Green+Blue) = 104+130+108=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 130 - color contains mainly: green. Hex color #68826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68826C is #977D93. Grayscale: #777777. Windows color (decimal): -9928084 or 7111272. OLE color: 7111272.

HSL color Cylindrical-coordinate representation of color #68826C: hue angle of 129.23º 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 #68826C is Cyan = 0.2, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB104130108-
CMYK0.200.170.49
HSL129.23º11.11%45.88%-
HSV(B)129.23º20%50.98%-
XYZ16.419.9917.18-
YUV119.72121.39116.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.41%
GREEN value IS 130 (51.17% from 255) = 38.01%
BLUE value IS 108 (42.58% from 255) = 31.58%
R=30.41%
G=38.01%
B=31.58%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041301080.200.170.49129.2311.1145.88
Hex68826C140113181b2e
Octal15020215424021612011356
Binary110100010000010110110010100010001110001100000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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