#6A776A

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

Shades of Laurel #6A776A

Tints of Laurel #6A776A

Color information

#6A776A (or 0x6A776A) is unknown color: approx Laurel. HEX triplet: 6A, 77 and 6A. RGB value is (106,119,106). Sum of RGB (Red+Green+Blue) = 106+119+106=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 119 - color contains mainly: green. Hex color #6A776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A776A is #958895. Grayscale: #717171. Windows color (decimal): -9799830 or 6977386. OLE color: 6977386.

HSL color Cylindrical-coordinate representation of color #6A776A: hue angle of 120º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6A776A is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB106119106-
CMYK0.1100.110.53
HSL120º5.78%44.12%-
HSV(B)120º10.92%46.67%-
XYZ15.1417.316.18-
YUV113.63123.69122.56-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.02%
GREEN value IS 119 (46.88% from 255) = 35.95%
BLUE value IS 106 (41.80% from 255) = 32.02%
R=32.02%
G=35.95%
B=32.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1061191060.1100.110.531205.7844.12
Hex6A776AB0B357862c
Octal1521671521301365170654
Binary1101010111011111010101011010111101011111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A776A; }

 p { color: rgb(106,119,106); }

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

<style>
 a { background-color: #6A776A; }

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

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

<style>
 span { border-color: #6A776A; }

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

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