#68846E

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

Shades of Laurel #68846E

Tints of Laurel #68846E

Color information

#68846E (or 0x68846E) is unknown color: approx Laurel. HEX triplet: 68, 84 and 6E. RGB value is (104,132,110). Sum of RGB (Red+Green+Blue) = 104+132+110=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 132 - color contains mainly: green. Hex color #68846E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68846E is #977B91. Grayscale: #797979. Windows color (decimal): -9927570 or 7242856. OLE color: 7242856.

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

Color convert

RGB104132110-
CMYK0.2100.170.48
HSL132.86º11.86%46.27%-
HSV(B)132.86º21.21%51.76%-
XYZ16.7720.5717.84-
YUV121.12121.72115.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.06%
GREEN value IS 132 (51.95% from 255) = 38.15%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=30.06%
G=38.15%
B=31.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041321100.2100.170.48132.8611.8646.27
Hex68846E150113085c2e
Octal15020415625021602051456
Binary110100010000100110111010101010001110000100001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68846E; }

 p { color: rgb(104,132,110); }

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

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

 a { background-color: rgb(104,132,110); }

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

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

 span { border-color: rgb(104,132,110); }

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