#68806C

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

Shades of Laurel #68806C

Tints of Laurel #68806C

Color information

#68806C (or 0x68806C) is unknown color: approx Laurel. HEX triplet: 68, 80 and 6C. RGB value is (104,128,108). Sum of RGB (Red+Green+Blue) = 104+128+108=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 128 - color contains mainly: green. Hex color #68806C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68806C is #977F93. Grayscale: #767676. Windows color (decimal): -9928596 or 7110760. OLE color: 7110760.

HSL color Cylindrical-coordinate representation of color #68806C: hue angle of 130º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #68806C is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB104128108-
CMYK0.1900.160.50
HSL130º10.34%45.49%-
HSV(B)130º18.75%50.2%-
XYZ16.1319.4617.09-
YUV118.54122.05117.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.59%
GREEN value IS 128 (50.39% from 255) = 37.65%
BLUE value IS 108 (42.58% from 255) = 31.76%
R=30.59%
G=37.65%
B=31.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1041281080.1900.160.5013010.3445.49
Hex68806C130103282a2d
Octal15020015423020622021255
Binary110100010000000110110010011010000110010100000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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