#649b6a

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

Shades of Laurel #649B6A

Tints of Laurel #649B6A

Color information

#649B6A (or 0x649B6A) is unknown color: approx Laurel. HEX triplet: 64, 9B and 6A. RGB value is (100,155,106). Sum of RGB (Red+Green+Blue) = 100+155+106=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 155 - color contains mainly: green. Hex color #649B6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649B6A is #9B6495. Grayscale: #858585. Windows color (decimal): -10183830 or 6986596. OLE color: 6986596.

HSL color Cylindrical-coordinate representation of color #649B6A: hue angle of 126.55º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649B6A is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB100155106-
CMYK0.3500.320.39
HSL126.55º21.57%50%-
HSV(B)126.55º35.48%60.78%-
XYZ19.5827.1917.85-
YUV132.97112.78104.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.70%
GREEN value IS 155 (60.94% from 255) = 42.94%
BLUE value IS 106 (41.80% from 255) = 29.36%
R=27.70%
G=42.94%
B=29.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001551060.3500.320.39126.5521.5750
Hex649B6A23020277f1632
Octal14423315243040471772662
Binary11001001001101111010101000110100000100111111111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649b6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649b6a; }

 p { color: rgb(100,155,106); }

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

<style>
 a { background-color: #649b6a; }

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

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

<style>
 span { border-color: #649b6a; }

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

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