#68856D

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

Shades of Laurel #68856D

Tints of Laurel #68856D

Color information

#68856D (or 0x68856D) is unknown color: approx Laurel. HEX triplet: 68, 85 and 6D. RGB value is (104,133,109). Sum of RGB (Red+Green+Blue) = 104+133+109=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #68856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68856D is #977A92. Grayscale: #797979. Windows color (decimal): -9927315 or 7177576. OLE color: 7177576.

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

Color convert

RGB104133109-
CMYK0.2200.180.48
HSL130.34º12.24%46.47%-
HSV(B)130.34º21.8%52.16%-
XYZ16.8620.8217.6-
YUV121.59120.89115.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.06%
GREEN value IS 133 (52.34% from 255) = 38.44%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=30.06%
G=38.44%
B=31.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041331090.2200.180.48130.3412.2446.47
Hex68856D160123082c2e
Octal15020515526022602021456
Binary110100010000101110110110110010010110000100000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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