#68846A

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

Shades of Laurel #68846A

Tints of Laurel #68846A

Color information

#68846A (or 0x68846A) is unknown color: approx Laurel. HEX triplet: 68, 84 and 6A. RGB value is (104,132,106). Sum of RGB (Red+Green+Blue) = 104+132+106=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 132 - color contains mainly: green. Hex color #68846A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68846A is #977B95. Grayscale: #787878. Windows color (decimal): -9927574 or 6980712. OLE color: 6980712.

HSL color Cylindrical-coordinate representation of color #68846A: hue angle of 124.29º 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 #68846A is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB104132106-
CMYK0.2100.200.48
HSL124.29º11.86%46.27%-
HSV(B)124.29º21.21%51.76%-
XYZ16.5620.4916.72-
YUV120.66119.72116.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.41%
GREEN value IS 132 (51.95% from 255) = 38.60%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=30.41%
G=38.60%
B=30.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041321060.2100.200.48124.2911.8646.27
Hex68846A15014307cc2e
Octal15020415225024601741456
Binary11010001000010011010101010101010011000011111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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